-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (38 loc) · 1.1 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
33
34
35
36
37
38
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>🐦The Phoenix Programming language</title>
</head>
<body>
<div class="container">
<h1>🐦The Phoenix Programming Language</h1>
<p>A modern programming language reborn on the ashes of <a target="blank" href="https://go.dev/">go</a>.</p>
<p>
More information coming later when the language is more developed. For now,
check out the github repository for changes.
</p>
<br />
<h2>Links</h2>
<ul>
<li>
<a href="#">Documentation</a>
</li>
<li>
<a target="blank" href="https://github.com/phoenix-language">Github</a>
</li>
<li>
<a href="#">Download</a>
</li>
<li>
<a href="https://discord.gg/U4FmBUHzEP">Discord</a>
</li>
</ul>
<br />
<code> keywords: [ define, phunc, &&, ||, if, else, while, for, nil, terminal, true, false, return ] </code>
<p>Subject to change...</p>
</div>
</body>
</html>