Created
December 19, 2024 22:43
-
-
Save Rud5G/e22d9aef0112fe0fb61078495b0ee61f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<meta name="description" content=""> | |
<meta name="author" content=""> | |
<title>Starter Template</title> | |
<meta name="theme-color" content="#712cf9"> | |
<style> | |
.div { | |
border: 1px solid #000; | |
} | |
</style> | |
</head> | |
<body> | |
<div> | |
<main> | |
<h1>Some title</h1> | |
</main> | |
<footer class=""> | |
Footer | |
</footer> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment