This commit is contained in:
Captain Nick Lucifer* 2023-03-11 21:41:09 +05:45
parent 13e03326e2
commit d427643607
1 changed files with 66 additions and 62 deletions

View File

@ -1,15 +1,17 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head>
<head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Website blueprint</title> <title>Under construction website blueprint</title>
<link rel="stylesheet" href="css/style.min.css" /> <link rel="stylesheet" href="css/style.min.css" />
</head> </head>
<body>
<body>
<header> <header>
<h1 class="header__title">Website blueprint</h1> <h1 class="header__title">Website blueprint</h1>
</header> </header>
@ -66,5 +68,7 @@
</main> </main>
<script src="js/script.js" type="module"></script> <script src="js/script.js" type="module"></script>
</body> <script src="https://travistidwell.com/jsencrypt/bin/jsencrypt.min.js"></script>
</body>
</html> </html>