-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (36 loc) · 1.25 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
<!DOCTYPE html>
<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" />
<!--meta http-equiv="Content-Security-Policy" content="default-src 'self'"-->
<link rel="stylesheet" href="/4U-Programming-language/style.css" />
<title>The 4U language</title>
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous"
></script>
<script src="/4U-Programming-language/index.js"></script>
</head>
<body>
<div>
<h1 class="main-title">Introduction</h1>
<p class="main-content">
Hello ! Are you looking for a good language to <i>start ?</i> If
you are, let me introduce you the 4U programming language. 4U
has at the time no paradigm, but in the future, it will be
multi-paradigm ! Whatever, this language is at the time created
for fun... We are only two devs creating the language, but if
you want, you should definetly make some
<a
href="https://github.com/LAPCoder/4U-Programming-language/pulls"
>Pull Request</a
>
to help this project.
</p>
</div>
<div id="header"></div>
</body>
</html>