1
0
Fork 0
mirror of https://github.com/Luzifer/share.git synced 2024-12-20 10:31:16 +00:00
share/frontend/index.html

24 lines
537 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en" data-bs-theme="dark">
2017-12-02 15:10:19 +00:00
<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="app.css">
2017-12-02 15:10:19 +00:00
<style>
[v-cloak] { display: none; }
audio { width: 80%; }
</style>
<title>Share</title>
2017-12-02 15:10:19 +00:00
</head>
<body>
<div id="app" v-cloak></div>
2017-12-02 15:10:19 +00:00
<script src="app.js"></script>
</body>
</html>