1
0
Fork 0
mirror of https://github.com/Luzifer/share.git synced 2024-10-18 21:34:23 +00:00
share/frontend/index.html

21 lines
706 B
HTML
Raw Normal View History

<!doctype html>
2017-12-02 15:10:19 +00:00
<html lang="en">
<head>
<!-- Required meta tags -->
2017-12-02 15:10:19 +00:00
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/combine/npm/highlight.js@9.15.6/styles/androidstudio.min.css">
2017-12-02 15:10:19 +00:00
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
2017-12-02 15:10:19 +00:00
<title>Share</title>
2017-12-02 15:10:19 +00:00
</head>
<body>
<div id="app"></div>
2017-12-02 15:10:19 +00:00
<script src="app.js"></script>
</body>
</html>