Began working on the toolchain

This commit is contained in:
2021-01-18 19:47:23 +11:00
parent d6abff4d12
commit 4f685ab44c
8 changed files with 3306 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang = "en">
<head>
<!-- device settings -->
<meta charset = "UTF-8" />
<meta name="Content-Type" content="text/html" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- page title -->
<title>MERN template</title>
<!-- page information -->
<meta name="description" content="MERN template" />
<meta name="author" content="Kayne Ruse" />
<meta name="keywords" content="" />
<!-- facebook? -->
<meta property="og:url" content="" />
<meta property="og:type" content="" />
<meta property="og:image" content="" />
<meta property="og:title" content="MERN template" />
<meta property="og:description" content="" />
</head>
<body>
<div id = "root"></div>
</body>
</html>