-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.25 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
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content=" A game engine built with Rust for unparalleled performance and a developer-friendly workflow">
<title>Vent-Engine</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<header>
<div class="container">
<h1>Vent Engine</h1>
<p>A lightweight and versatile game engine built for the future.</p>
</div>
</header>
<main>
<div class="container">
<h2>What makes Vent Engine Unique?</h2>
<p>Vent Engine is designed to be:</p>
<ul>
<li>Open Source: unleash power, collaborate with the community, and build amazing games safely..</li>
<li>Performant: Optimized for smooth gameplay and resource efficiency.</li>
<li>Simple & Clean Rust: Focused on clear code structure and ease of use while written in pure Rust.</li>
</ul>
</div>
</main>
<footer class="container">
<p>Vent Engine is currently under development. We welcome contributions! Check out the source code on <a href="https://github.com/ventengine/vent-engine">GitHub</a>.</p>
</footer>
</body>
</html>