Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
1Dr490n authored Nov 24, 2021
0 parents commit 43aa7b7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>Aine Uhr</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<center>
<script type="text/javascript" src="script.js"></script>
<p id="date">299.0</p>
<p id="time"></p>
<p id="day"></p>
</center>
</body>
</html>

0 comments on commit 43aa7b7

Please sign in to comment.