-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (31 loc) · 1.18 KB
/
Copy pathindex.html
File metadata and controls
34 lines (31 loc) · 1.18 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="webfontkit/stylesheet.css">
<link rel="stylesheet" type="text/css" href="css/index.css">
<link rel="shortcut icon" href="ImgSrc/favicon.ico" />
<script src="https://fb.me/react-15.1.0.js"></script>
<script src="https://fb.me/react-dom-15.1.0.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.38/browser.js"></script>
<meta charset="UTF-8">
<title>Open Code</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.23.0/polyfill.js"></script>
<script src="https://unpkg.com/jquery@3.1.0/dist/jquery.min.js"></script>
<script src="https://unpkg.com/remarkable@1.6.2/dist/remarkable.min.js"></script>
</head>
<body>
<div id="intro">
<div id="opening">
<h1 id="title">OPEN CODE</h1>
<h2 id="tagline">GIT GOING WITH OPEN SOURCE</h2>
<div id="intro">
<p id="intro-line">We want you to learn, to create,<br>
and to contribute freely</p>
</div>
</div>
</div>
<a href="home.html">
<img id= "arrowImg" src="ImgSrc/arrow.png" >
</a>
</body>
</html>