-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (36 loc) · 1.42 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<title>Canales Premium</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="icon" type="image/jpg" href="icon.jpg">
<!-- sheedata -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/joselmm/SheeDataLocalFunctions@main/src/v1.js"></script>
<style>
*{
list-style: none;
margin: 0;
padding: 0;
box-sizing: border-box;
}
#container{
margin: 0!important;
}
</style>
</head>
<body>
<div id="container" class="row my-lg-3">
</div>
</body>
<script>
var urlSS = "https://script.google.com/macros/s/AKfycbzmmh1_Ac524RI4RD5GjibxK0F-aEm6Uo1EIDmmY4mIZX1ss2VdNnJFqOI_1zz22JmQbA/exec";
var container__HTML_Element = $("#container");
var paginaURL__String = location.href.split("?pagina=")[1];
container__HTML_Element.load("paginas/login.html");
</script>
</html>