Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Created November 21, 2018 06:29
Show Gist options
  • Save christiannwamba/8a5e5a4b7f3bfa106a8d92016411fd12 to your computer and use it in GitHub Desktop.
Save christiannwamba/8a5e5a4b7f3bfa106a8d92016411fd12 to your computer and use it in GitHub Desktop.
<!-- index.html -->
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Magic App</title>
<meta name="description" content="Magic App">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1>Magic App Here</h1>
<div id="main">
<div id="time" class="sub">
<div>
<h2>Your local time</h2>
<span class="local"></span>
</div>
<div>
<h2>Magic App Server Time</h2>
<span class="server"></span>
</div>
</div>
<div id="location" class="sub">
<h2>And you are in...</h2>
<div class="address"></div>
</div>
</div>
<!-- Script here -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment