Skip to content

Instantly share code, notes, and snippets.

@eallion
Last active July 20, 2020 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eallion/e78046ffbbc9463c3abdca73884e2297 to your computer and use it in GitHub Desktop.
Save eallion/e78046ffbbc9463c3abdca73884e2297 to your computer and use it in GitHub Desktop.
index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>The title</title>
<link rel="shortcut icon" href="favicon.ico">
<link href="" rel="stylesheet" type="text/css">
<script type="text/javascript" src="" ></script>
<!-- Auto refresh -->
<!--
<meta http-equiv="refresh" content="1;url=https://eallion.com/">
<script language="javascript" type="text/javascript">
window.location.href='https://eallion.com/';
</script>
-->
</head>
<body>
<div class="">
<h1>Title</h1>
<p>
The quick brown fox jumps over the lazy dog.
</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment