mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-17 08:09:50 +00:00
15 lines
505 B
HTML
15 lines
505 B
HTML
<!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.0" />
|
|
<title>Sunshine</title>
|
|
<link href="/node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" />
|
|
<script src="/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
|
|
<script src="/node_modules/vue/dist/vue.min.js"></script>
|
|
</head>
|
|
|
|
<body></body>
|
|
</html>
|