-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (20 loc) · 690 Bytes
/
Copy pathindex.html
File metadata and controls
21 lines (20 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<title>Riddle site</title>
<nav>
<a href="riddle1.html" target="displayFrame">Riddle1</a> &&
<a href="riddle2.html" target="displayFrame">Riddle2</a> &&
<a href="riddle3.html" target="displayFrame">Riddle3</a>
</nav>
<body>
<h1>Riddle Site</h1>
<div>
<iframe name="displayFrame" src="riddle1.html" style="height:300px; width: 500px;"></iframe>
<p>
<h2>Evaluation</h2>
<a href="mailto:103793@fhwn.ac.at?Subject='Good'">Good</a>
<a href="mailto:103793@fhwn.ac.at?Subject='Bad'">Bad</a>
</div>
</body>
</html>