In the process of linking backend and UI

This commit is contained in:
Aaron Sun
2019-09-24 14:38:13 -04:00
parent 6f94623d0c
commit e2883a04c5
10 changed files with 63 additions and 23 deletions

View File

@@ -5,6 +5,13 @@
<head>
<meta charset="utf-8">
<title>Twistter</title>
<style>
body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
</style>
</head>
<body>