-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
16 lines (16 loc) · 1017 Bytes
/
index.html
File metadata and controls
16 lines (16 loc) · 1017 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="assets/img/logo_transparent.svg" type="image/svg+xml">
<title>ion</title>
</head>
<body>
<img style="padding: 3rem" src="assets/img/logo_transparent.svg" alt="ion" width="128" height="128">
<span>A <b style="text-shadow: 0 0 10px #ffffff">NEXT GEN</b> programming language designed for simplicity, compatibility and interoperability.</span>
<h2 style="padding: 5rem">Work In Progress</h2>
<a href="https://github.com/IonLang" style="display: flex; flex-direction: row"><img src="assets/img/github-mark-white.svg" alt="GitHub" width="16" height="16" style="padding-right: .5rem"><span>@IonLang</span></a>
<a href="https://github.com/IonLang/ion" style="display: flex; flex-direction: row; padding: 1rem 1rem 5rem;"><img src="assets/img/github-mark-white.svg" alt="GitHub" width="16" height="16" style="padding-right: .5rem"><span>ion Repo</span></a>
</body>
</html>