-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.09 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
<!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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Upload First Workflow Prototype</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Quicksand">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora">
<link rel="shortcut icon" href="/base/images/twdh.ico" />
<link href="css/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="header">
<h1>TWDH Prototypes</h1>
</div>
<div class="wrapper">
<ul class="toc">
<li><h2><a href="./upload-first-dataset/index.html"><i class="fa fa-arrow-circle-right" aria-hidden="true"></i> Upload-First Dataset Workflow</a></h2></li>
</ul>
</div>
</body>
</html>