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 29bb1ca commit c562d02Copy full SHA for c562d02
h22_web_app_01_index.html
@@ -0,0 +1,17 @@
1
+<html>
2
+ <head>
3
+ <title>The Lucky Page</title>
4
+ <link rel="stylesheet" href="{{url_for('static', filename='style.css')}}">
5
+ </head>
6
+ <body>
7
+ <div class="container">
8
+ <img src="{{url_for('static', filename='dice.png')}}">
9
+ <h1>{{heading}}</h1>
10
+ <a href="{{url_for('color_page')}}">Color</a>
11
+ <a href="{{url_for('number_page')}}">Number</a>
12
+ <a href="{{url_for('week_page')}}">Weekday</a>
13
+ <a href="{{url_for('month_page')}}">Month</a>
14
+ <a href="{{url_for('cheap_cars')}}">Cars</a>
15
+ </div>
16
+ </body>
17
+</html>
0 commit comments