-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 loc) · 1.15 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
<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">
<title>The octopus programming language</title>
<link rel="icon" href="https://raw.githubusercontent.com/WalderlanSena/octopus/master/unix/icons/128x128/application-x-octopus.png">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<br>
<br>
<br>
<br>
<figure>
<img src="https://raw.githubusercontent.com/WalderlanSena/octopus/master/unix/icons/128x128/application-x-octopus.png">
</figure>
<h1 class="text-center">Octopus</h1>
<h2 class="text-center">A new programming language</h2>
<p class="text-center">Octopus is a multiplatform, open source programming language that is easy to understand and use, designed to be fast, concise and intuitive.</p>
</div>
</div>
</div>
</body>
</html>