-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.index.capacitor
48 lines (41 loc) · 2.11 KB
/
.index.capacitor
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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Yellow Pencil</title>
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="Format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
<script type="Module" src="https://unpkg.com/@ionic/pwa-elements@latest/dist/ionicpwaelements/ionicpwaelements.esm.js"></script>
<script nomodule src="https://unpkg.com/@ionic/pwa-elements@latest/dist/ionicpwaelements/ionicpwaelements.js"></script>
<meta name="theme-color" content="black">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="css/framework7-bundle.min.css">
<link rel="stylesheet" href="css/thorium.min.css">
<link rel="stylesheet" href="css/pages/index.css?r=22523">
<link rel="stylesheet" href="css/classes.css">
<link rel="stylesheet" href="css/custom.css">
</head>
<body class="theme-dark color-theme-yellow" >
<div id="app" class="framework7-root">
<div class="panel-backdrop"></div>
<div id="view-main" class="view view-main view-init safe-areas" data-url="/">
<div id="page" class="page" data-name="index">
<div id="page-contents-o-1004" class="page-content">
<div id="div-1005" class="embedweb embed-responsive w-100 embed-responsive-cover" data-href="/">
<iframe name="carbonized-view" id="iframe-1008" src="https://yellow-pencil-sq181yb.gamma.site" class="embed-responsive-item"></iframe>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="js/service-worker-register.js"></script>
<script type="text/javascript" src="js/framework/framework7-bundle.min.js"></script>
<script type="text/javascript" src="js/thorium.config.js"></script>
<script type="text/javascript" src="js/plugins/thorium.core.min.js"></script>
<script type="text/javascript" src="js/custom.js" ></script>
<script>thoriumCorePlugin.appLoaded();</script>
</body>
</html>