Skip to content

Commit

Permalink
Added html page
Browse files Browse the repository at this point in the history
  • Loading branch information
evo777 committed Jan 17, 2017
1 parent 3de8282 commit 6055652
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Digital Clock" />

<!-- Allows the page to be viewed on any device regardless of screen size-->
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>Local Time</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<div id="banner">
<span>Your local time</span>
</div>
<div id="clock"></div>
<script type="clock.js"></script>

</body>
</html>

0 comments on commit 6055652

Please sign in to comment.