-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.html
19 lines (19 loc) · 985 Bytes
/
app.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head {{ HEAD_ATTRS }}>
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="preconnect" href="https://www.google-analytics.com">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://www.googletagmanager.com">
<link rel="preload" href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&display=swap" as="style" onload='this.onload=null,this.rel="stylesheet"'>
<link rel="preload" href="https://fonts.googleapis.com/css?family=Ultra&text=Friday%20Frontend%20BuFFet&display=swap" as="style" onload='this.onload=null,this.rel="stylesheet"'>
<noscript>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ultra&text=Friday%20Frontend%20BuFFet&display=swap">
</noscript>
{{ HEAD }}
</head>
<body {{ BODY_ATTRS }}>
{{ APP }}
</body>
</html>