-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomputerDatabase.html
27 lines (25 loc) · 967 Bytes
/
computerDatabase.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
26
27
<!DOCTYPE html>
<html>
<head>
<title>Luketherock868.com - Database</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<div class="navbar">
<a class="active" href="index.html">Home</a>
<a href="about.html">About</a>
<a href="https://remote.luketherock868.com">Remote Desktop</a>
<a href="http://media.luketherock868.com:8096">Media Server</a>
<a href="computerDatabase.html">Hardware Database</a>
<a href="donate.html" class="right">Donate</a>
<a href="discord.html" class="right">Discord</a>
</div>
<div class="title">
<h1>Hardware Database</h1>
<h3>(Click on the names for more info)</h3>
</div>
<div class="hardware_list">
<a href="hardware-pages/rx580.html">AMD RX 580 8gb</a>
</body>
</html>