mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-07-01 07:40:00 +09:00
[WIP] test
This commit is contained in:
12
test/htmls/basic.html
Normal file
12
test/htmls/basic.html
Normal file
@ -0,0 +1,12 @@
|
||||
<!doctype html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>KISS principle</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>KISS principle</h1>
|
||||
<p>KISS is an acronym for "Keep it simple, stupid" as a design principle noted by the U.S. Navy in 1960.</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user