Skip to content

Instantly share code, notes, and snippets.

@jonathanneels
Forked from achoukah/blank-html-page.html
Created February 10, 2024 19:53
Show Gist options
  • Save jonathanneels/caa72d1864c21e359ffeba1a96f36998 to your computer and use it in GitHub Desktop.
Save jonathanneels/caa72d1864c21e359ffeba1a96f36998 to your computer and use it in GitHub Desktop.
html blank page
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="Webpage description goes here" />
<meta charset="utf-8">
<title>Change_me</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="">
<link rel="stylesheet" href="css/style.css">
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
</head>
<body>
<div class="container">
</div>
<script>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment