-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathguide.html
More file actions
39 lines (35 loc) · 957 Bytes
/
Copy pathguide.html
File metadata and controls
39 lines (35 loc) · 957 Bytes
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
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="assests/style.css" />
<title>CRISPR</title>
</head>
<body>
<header>
<div class="logo">
<img src="assests/logo.png" alt="Logo" />
</div>
</header>
<main>
<div class="options">
<a href="/FileRun">
<div class="option">
<img src="assests/option-1.png" alt="Option 1" />
<h2>Access FTP</h2>
<p>Use "crispr" as username and password. </p>
</div>
</a>
<a href="contributor.html">
<div class="option">
<img src="assests/upload.png" alt="Option 2" />
<h2>Contribute Files to FTP.</h2>
<p>Help your peers and leave a legecy behind. </p>
</div>
</a>
</div>
</main>
</body>
</html>