forked from bptlab/fCM-design-support
-
Notifications
You must be signed in to change notification settings - Fork 1
/
start.html
25 lines (21 loc) · 831 Bytes
/
start.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="icon" href="favicon.ico">
<title>Not Gryphon</title>
<link rel="stylesheet" href="css/start.css"/>
<link rel="stylesheet" href="css/index.css"/>
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Quicksand"/>
</head>
<body>
<div class="topBar"></div>
<div class="startContent">
<a href="/checking.html" class="startButton">Check suitability</a>
<a href="/" class="startButton">Start fCM modeling</a>
</div>
</body>
</html>