We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad943b commit e840fb5Copy full SHA for e840fb5
Source-Code/DayPredictor/index.html
@@ -0,0 +1,25 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <meta http-equiv="X-UA-Compatible" content="ie=edge" />
7
+ <link rel="stylesheet" href="style.css" />
8
+ <title>Day Predictor</title>
9
+ </head>
10
+
11
+ <body>
12
+ <div id="container">
13
+ <h1>Today is:</h1>
14
+ <ul>
15
+ <li>
16
+ <span id="weekday"> Display day of the week. </span>
17
+ </li>
18
19
+ <span id="phrase">Display a quote</span>
20
21
+ </ul>
22
+ </div>
23
+ <script src="script.js"></script>
24
+ </body>
25
+</html>
0 commit comments