Basically works...
This commit is contained in:
parent
37b08fc788
commit
17f6252d29
7 changed files with 992 additions and 0 deletions
14
resources/mainPage.html
Normal file
14
resources/mainPage.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Violet's Limbo</title>
|
||||
|
||||
<link rel="stylesheet" href="./style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Posts:</h1>
|
||||
{POSTS}
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue