-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (35 loc) · 1.35 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
<!doctype html>
<html lang="es" data-bs-theme="dark">
<head>
<!-- == Ads ==-->
<!-- <script type='text/javascript' src='//prosecutorremarkablegodforsaken.com/92/fe/18/92fe185b8714fed2964403686ba8e309.js'></script> -->
<meta charset="UTF-8" />
<link rel="shortcut icon" href="/icon_logo_ligth_mode.png" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/src/normalize.css">
<title>PontiCloud - Por estudiantes para estudiantes</title>
<!-- ==== CSS BOOTSRAP ====-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css
">
<style>
body {
background: #212529
}
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js
"></script>
<!-- <script>
const isProduction = window.location.hostname === 'ponticloud.web.app';
if (isProduction) {
const script = document.createElement('script');
script.type = 'text/javascript';
script.src = '//prosecutorremarkablegodforsaken.com/92/fe/18/92fe185b8714fed2964403686ba8e309.js';
document.body.appendChild(script);
}
</script> -->
</body>
</html>