-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (34 loc) · 1014 Bytes
/
index.html
File metadata and controls
40 lines (34 loc) · 1014 Bytes
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<title>BATCOMPUTER LOGIN</title>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="origins.html">Case File: Identity</a></li>
<li><a href="rouges.html">Rogues Gallery</a></li>
</ul>
</nav>
<hr>
</header>
<main>
<section>
<h1>BATCOMPUTER</h1>
<p><strong>System Status:</strong> ACTIVE</p>
</section>
<figure>
<img src="https://assets-prd.ignimgs.com/2025/03/14/03-batman-absolute-1741967313288.jpg?width=785&dpr=2&format=jpg&auto=webp&quality=80" width="300">
<figcaption>Figure 1.1: Suit Diagnostics</figcaption>
</figure>
</main>
<footer>
<p><small>B</small></p>
<p><small>A</small></p>
<p><small>T</small></p>
</footer>
</body>
</html>