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>
<html lang="en">
<head>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<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" />
</head>
<body>
</head>
<body>
<header>
<h1 class="header__title">Website blueprint</h1>
</header>
@ -66,5 +68,7 @@
</main>
<script src="js/script.js" type="module"></script>
</body>
<script src="https://travistidwell.com/jsencrypt/bin/jsencrypt.min.js"></script>
</body>
</html>