Coding style decided

This commit is contained in:
2018-05-05 21:13:43 +10:00
parent 5eb4d7ee4f
commit 3a27f7985b
28 changed files with 1085 additions and 6 deletions

18
public/index.html Normal file
View File

@ -0,0 +1,18 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>domsPlace</title>
<meta charset="utf-8" />
<meta name="keywords" content="domsplace, programming, gaming, anime, livestreaming, dominic, masters, dom" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" />
<meta name="description" content="domsPlace, Personal Website of Dominic Masters as well as video games, anime, programming and more." />
<meta name="apple-mobile-web-app-capable" content="yes" />
</head>
<body>
<div id="app">
<!-- TODO: Add in a temporary loader (And a no-js error) -->
</div>
</body>
</html>