-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (28 loc) · 1.13 KB
/
index.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
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Veco Simulations</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<div class="header">
<div class="logo">
<img src="logo.png" alt="Veco Simulations Logo" />
</div>
<a href="https://discord.gg/GfwnDEr62s" class="link discord">Discord</a>
<a href="https://www.youtube.com/@VecoSimulations" class="link youtube">YouTube</a>
<a href="https://instagram.com/vecosimulations" class="link instagram">Instagram</a>
<a href="https://forum.dcs.world/topic/352514-t-38a-talon-community-module-by-veco-simulations" class="link forum">ED Forums</a>
</div>
<div class="footer">
<h1>VECO SIMULATIONS</h1>
<h2>DCS WORLD: T-38A TALON</h2>
<a href="https://youtu.be/3ZcNFzcuVZs?si=K8d9hTIasyyxztcX" class="link">Watch the Trailer</a>
<h3>Community Mod</h3>
</div>
</div>
</body>
</html>