Add boilerplate HTML page

This commit is contained in:
kaBeech
2023-03-18 14:14:17 -07:00
parent 9e4a447fe5
commit ea8579e51d

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Serious Sans</title>
</head>
<body>
</body>
</html>