Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1c1c554

Browse files
Create h22_web_app_page.html
i_h22_web_app_01/templates/page.html
1 parent c562d02 commit 1c1c554

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

‎h22_web_app_page.html‎

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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 width="60px" src="{{url_for('static', filename=icon)}}">
9+
<a href="{{url_for('color_page')}}">Color</a>
10+
<a href="{{url_for('number_page')}}">Number</a>
11+
<a href="{{url_for('week_page')}}">Weekday</a>
12+
<a href="{{url_for('month_page')}}">Month</a>
13+
<a href="{{url_for('cheap_cars')}}">Cars</a>
14+
<h1>Your lucky {{category}} is</h1>
15+
<h3 style="color: {{lucky_item}}">{{lucky_item}}</h3>
16+
</div>
17+
</body>
18+
</html>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /