-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.29 KB
/
Copy pathindex.html
File metadata and controls
25 lines (25 loc) · 1.29 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AdaEngine</title>
<meta name="description" content="A simple and scalable game engine built in Swift." />
<meta name="theme-color" content="#111111" />
<meta property="og:title" content="AdaEngine" />
<meta property="og:description" content="A simple and scalable game engine built in Swift." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://adaengine.org/" />
<meta property="og:image" content="https://adaengine.org/images/main/tilemap.png" />
<meta name="twitter:card" content="summary_large_image" />
<link rel="canonical" href="https://adaengine.org/" />
<link rel="icon" type="image/png" href="/images/favicon.png" />
<link rel="alternate" type="application/rss+xml" title="AdaEngine News" href="https://adaengine.org/rss.xml" />
<script defer src="https://metrics.adaengine.org/script.js" data-website-id="560e03b9-085c-4df4-b9e8-2beb7e76b575"></script>
<script type="module" crossorigin src="/assets/index-Co2zKzez.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BCRfdV-h.css">
</head>
<body>
<div id="app"></div>
</body>
</html>