-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
21 lines (21 loc) · 900 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link href="/src/assets/vite.svg" rel="icon" type="image/svg+xml" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<!-- Bulma CSS CDN import -->
<link href="https://cdn.jsdelivr.net/npm/bulma/css/bulma.min.css" rel="stylesheet" />
<!--Font awesome-->
<script crossorigin="anonymous" src="https://kit.fontawesome.com/f6ae6b9ec4.js"></script>
<title>Vue3 Bulma Library</title>
</head>
<body>
<noscript>
<strong>We're sorry but vue3-bulma-library doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<script src="/src/main.ts" type="module"></script>
</body>
</html>