Init directories and add base CSS.

This commit is contained in:
2021-07-27 13:51:24 +02:00
parent 7041d01d59
commit 7a622c5e3e
10 changed files with 32 additions and 1 deletions

3
index.html Normal file → Executable file
View File

@ -1,6 +1,7 @@
<html>
<head>
<title>Test website!</title>
<title>LiveEmily | Index</title>
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<h1>Hi there!</h1>