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 <title>woomarks</title>
7 <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
8 <link rel="stylesheet" href="style.css" />
9 </head>
10
11 <body>
12 <div class="topbar">
13 <div style="flex-grow: 1">
14 <b><a id="headerTitle" href="/index.html">woomarks</a></b>
15 </div>
16 </div>
17
18 <div class="page">
19 <h3>Question?</h3>
20 <p>
21 Answer
22 </p>
23
24 </div>
25 </body>
26</html>