[WIP] test

This commit is contained in:
syuilo
2017-02-08 15:17:28 +09:00
parent 5bfb48a38e
commit e352fa13ad
7 changed files with 70 additions and 4 deletions

12
test/htmls/basic.html Normal file
View 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>