add html/css templates

This commit is contained in:
Ray Elliott 2020-04-25 16:11:44 +01:00
commit c2963b69ad
3 changed files with 49 additions and 7 deletions

31
templates/template.html Normal file
View file

@ -0,0 +1,31 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>THE TITLE IS THIS!</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="THE DESCRIPTION IS THIS!">
<meta name="author" content="I AM THE AUTHOR">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<header>
</header>
<main>
</main>
<footer>
</footer>
<script src="js/scripts.js"></script>
</body>
</html>