-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (54 loc) · 1.9 KB
/
index.html
File metadata and controls
60 lines (54 loc) · 1.9 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<!-- Google Analytics BEGIN -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-162371622-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-162371622-1');
</script>
<!-- Google Analytics END -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>EngTW</title>
<base href="/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
</head>
<body>
<noscript>請啟動 JavaScript ,謝謝。</noscript>
<app>
<div>
<div>
<p>
讀取中,請稍候
<span class="spinner-border spinner-border-sm"></span>
</p>
</div>
<div>
<p>
<a
href="https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor"
rel="nofollow noopener noreferrer"
target="_blank">
Blazor
</a>
框架:「 我就肥👍.jpg 」(設計對白😅)
</p>
</div>
<div>
iOS 裝置( iPhone, iPad )請更新到 iOS 13.4 或更新的版本,謝謝。
</div>
</div>
</app>
<div id="blazor-error-ui">
An unhandled error has occurred.
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
</div>
<script src="_framework/blazor.webassembly.js"></script>
</body>
</html>