-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (47 loc) · 2.68 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
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<title>Drizzle</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="telephone=no" />
<meta name="author" content="drizzle-lang" />
<meta name="description" content="Drizzle is programming language designed to mix speed and type safety with nice syntax, and built to learn exactly how modern languages work" />
<link rel="icon" type="image/png" href="/static/img/favicon.png" />
<link rel="apple-touch-icon" type="image/png" href="/static/img/favicon.png" />
<link rel="stylesheet" href="/style.css" />
<meta property="og:title" content="Drizzle" />
<meta property="og:url" content="https://drizzle-lang.dev" />
<meta property="og:image" content="https://drizzle-lang.dev/static/img/banner.png" />
<meta property="og:image:width" content="1280" />
<meta property="og:image:height" content="720" />
<meta property="og:site_name" content="Drizzle" />
<meta property="og:description" content="Drizzle is programming language designed to mix speed and type safety with nice syntax, and built to learn exactly how modern languages work" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:description" content="Drizzle is programming language designed to mix speed and type safety with nice syntax, and built to learn exactly how modern languages work" />
<meta itemprop="image" content="https://drizzle-lang.dev/static/img/favicon.png" />
</head>
<body>
<nav role="navigation" aria-label="main navigation">
<h2 class="brand">Drizzle</h2>
</nav>
<main>
<div class="clear"></div>
<div class="header">
<div class="logo">
<img src="/static/img/logo.png" width="250" height="250" alt="Logo of the Drizzle Programming Language" />
</div>
<div class="header-content">
<h1>Drizzle</h1>
<p>Drizzle is programming language designed to mix speed and type safety with nice syntax, and built to learn exactly how modern languages work.</p>
<pre><code><span class="builtin">print</span>(<span class="string">'Hello, Drizzle!'</span>)</code></pre>
<div class="header-links">
<a href="https://docs.drizzle-lang.dev/installation" target="_blank" rel="noopener noreferrer" class="btn">Install</a>
<a href="https://docs.drizzle-lang.dev" class="btn" target="_blank" rel="noopener noreferrer">Docs</a>
<a href="https://github.com/drizzle-lang" target="_blank" rel="noopener noreferrer" class="btn">GitHub</a>
</div>
</div>
</div>
</main>
</body>
</html>