-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
30 lines (23 loc) · 982 Bytes
/
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
29
30
<!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">
<meta name="description" content="Online tool helping you pick a suitable RDF JavaScript library">
<meta name="author" content="Todor Tsankov">
<title>RDFJS4U - Online tool helping you pick a suitable RDF JavaScript library</title>
<link rel="shortcut icon" href="favicon.ico">
<!--Core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.6/slate/bootstrap.min.css"
media="screen" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css"
type="text/css">
<link href="https://fonts.googleapis.com/css?family=Roboto|Rubik:400,700" rel="stylesheet">
<!-- Custom CSS -->
</head>
<body>
<div id="app"></div>
<script src="bundle.js"></script>
</body>
</html>