-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
46 lines (43 loc) · 2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta property="og:site_name" content="前端三分鐘" />
<meta property="og:title" content="找咖啡,找到適合你聊天、工作的咖啡廳" />
<meta property="og:description" content="咖啡廳資訊整理 (插座、安靜、網路、佔位、無限時)" />
<title>找咖啡,找到適合你聊天、工作的咖啡廳</title>
<meta property="description" content="咖啡廳資訊整理 (插座、安靜、網路、佔位、無限時)" />
<meta name="description" content="咖啡廳資訊整理 (插座、安靜、網路、佔位、無限時)" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="/favicon.ico" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.css"
/>
<link
rel="stylesheet"
href="https://unpkg.com/react-leaflet-markercluster/dist/styles.min.css"
/>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
/>
<title>找咖啡,找到適合你聊天、工作的咖啡廳</title>
</head>
<body>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start`.
To create a production bundle, use `npm run build`.
-->
<script src="/lib/lunr-chinese.min.js"></script>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!-- Like below. This is the script tag for bootstrapping your Vite application -->
<script type="module" src="/src/index.tsx"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
</body>
</html>