Skip to content

Instantly share code, notes, and snippets.

@Rud5G
Created December 19, 2024 22:43
Show Gist options
  • Save Rud5G/e22d9aef0112fe0fb61078495b0ee61f to your computer and use it in GitHub Desktop.
Save Rud5G/e22d9aef0112fe0fb61078495b0ee61f to your computer and use it in GitHub Desktop.
<!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