-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
33 lines (30 loc) · 1.79 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
<!DOCTYPE html>
<html class="scroll-smooth" lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="https://raw.githubusercontent.com/julelang/resources/master/jule_icon.svg">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github-dark.min.css">
<title>The Jule Programming Language</title>
<meta name="description" content="The official website of the Jule Programming Language.">
<meta name="image" content="https://raw.githubusercontent.com/julelang/resources/master/jule_icon.svg">
<meta name="language" content="en-US">
<meta name="author" content="Jule Team">
<meta name="url" content="https://jule.dev">
<meta name="identifier-URL" content="https://jule.dev">
<meta name="keywords" content="jule, julec, julelang, jule lang, programming language, jule programming language">
<meta name="twitter:title" content="The Jule Programming Language">
<meta name="twitter:description" content="The official website of the Jule Programming Language.">
<meta name="twitter:image" content="https://raw.githubusercontent.com/julelang/resources/master/jule_icon.svg">
<meta property="og:title" content="The Jule Programming Language">
<meta property="og:description" content="The official website of the Jule Programming Language.">
<meta property="og:image" content="https://raw.githubusercontent.com/julelang/resources/master/jule_icon.svg" />
<meta property="og:url" content="https://jule.dev">
<meta property="og:site_name" content="The Jule Programming Language">
<meta property="og:type" content="website">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>