forked from glyph/website
14 lines
343 B
Plaintext
14 lines
343 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>title</title>
|
|
<meta name="author" content="name">
|
|
<meta name="description" content="description here">
|
|
<meta name="keywords" content="keywords, here">
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|