-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathno.html
25 lines (18 loc) · 908 Bytes
/
no.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="style1.css">
<title>Hello!</title>
</head>
<body>
<h2 align="center">You are allergic to this product!</h2>
<img src="milk.png" alt="milk" align="middle" style="width:50px;height:50px;">
<img src="hazelnuts.png" alt="hazelnuts" align="middle" style="width:50px;height:50px;">
<img src="baguette.png" alt="baguette" align="middle" style="width:50px;height:50px;">
<img src="fish.png" alt="fish" align="middle" style="width:50px;height:50px;">
<img src="fried-egg.png" alt="egg" align="middle" style="width:50px;height:50px;">
<img src="apple.png" alt="apple" align="middle" style="width:50px;height:50px;">
<img src="steak.png" alt="steak" align="middle" style="width:50px;height:50px;">
<button type="button">Return to the Main Menu</button>
</body>
</html>