-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapply.html
27 lines (26 loc) · 930 Bytes
/
apply.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
<html>
<head>
<title>Cyberwizard Institute Prishtina</title>
<link rel="stylesheet" href="style.css">
<meta property="og:image" content="http://cwi.flossk.org/meta.png"/>
<meta property="og:title" content="Cyberwizard Institute Prishtina"/>
<meta property="og:site_name" content="Cyberwizard Institute Prishtina" />
<meta property="og:description" content="Cyber Wizard Institute (CWI) is a mobile collaborative programming school that focuses on modular, Unix-style software development. " />
<meta property="og:url" content="http://cwi.flossk.org"/>
<meta property="og:type" content="website" />
<meta charset="UTF-8">
</head>
<body>
<center>
<img src="logo.svg">
<br>
<img src="title.svg">
<div class="body">
<h1>We have sucessfully received your application.</h1>
<p><a href="/"><<< back</a></p>
</div>
<img src="mad_science_wizard.svg">
</center>
<script src="blink.js"></script>
</body>
</html>