Skip to content

Instantly share code, notes, and snippets.

@JacobKnaack
Last active June 13, 2019 18:02
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 JacobKnaack/6c35abed5a1ba2643d0b335c959fe3ac to your computer and use it in GitHub Desktop.
Save JacobKnaack/6c35abed5a1ba2643d0b335c959fe3ac to your computer and use it in GitHub Desktop.
Cosmic Messenger INITIAL index.html file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#ffffff">
<title>Cosmic Messenger</title>
</head>
<style>
body,
html {
margin: 0;
min-height: 100vh;
}
</style>
<body>
<div id="app">Hello World</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment