overflow-webapp/src/index.html

32 lines
1.2 KiB
HTML
Raw Normal View History

2018-01-25 08:03:29 +00:00
<!doctype html>
<html lang="en">
2018-01-30 06:06:23 +00:00
2018-01-25 08:03:29 +00:00
<head>
<meta charset="utf-8">
2018-01-30 06:06:23 +00:00
<title>overFlow</title>
2018-01-25 08:03:29 +00:00
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
2018-01-25 08:03:36 +00:00
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
2018-01-30 06:06:23 +00:00
<link href="https://fonts.googleapis.com/css?family=Roboto:300" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.2.0/dist/leaflet.css" integrity="sha512-M2wvCLH6DSRazYeZRIm1JnYyh22purTM+FDB5CsyxtQJYeKq83arPe5wgbNmcFXGqiSH2XR8dT/fJISVA1r/zQ=="
crossorigin="" />
<link href="https://cdn.quilljs.com/1.3.2/quill.snow.css" rel="stylesheet">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css">
2018-01-25 08:03:29 +00:00
</head>
2018-01-30 06:06:23 +00:00
2018-01-25 08:03:29 +00:00
<body>
<of-root></of-root>
2018-01-30 06:06:23 +00:00
<div class="loader-container">
<div class="spinner">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
<script src="https://unpkg.com/leaflet@1.2.0/dist/leaflet.js" integrity="sha512-lInM/apFSqyy1o6s89K4iQUKg6ppXEgsVxT35HbzUupEVRh2Eu9Wdl4tHj7dZO0s1uvplcYGmt3498TtHq+log=="
crossorigin=""></script>
2018-01-25 08:03:29 +00:00
</body>
2018-01-30 06:06:23 +00:00
</html>