-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
52 lines (49 loc) · 1.82 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
41
42
43
44
45
46
47
48
49
50
51
52
<html>
<head>
<title>Phazor.JS</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/dark.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/favicon.png">
<link rel="stylesheet" href="https://unpkg.com/jquery.terminal/css/jquery.terminal.min.css" />
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://unpkg.com/jquery.terminal/js/jquery.terminal.min.js"></script>
<script src="https://unpkg.com/showdown/dist/showdown.min.js"></script>
<meta name="description" content="Phazor.JS is framework by Plugin that provides functions similiar to jquery.
It is not based on jquery, all code is writtten by PlurrYT.">
<meta name="keywords" content="HTML, CSS, JavaScript, Phazor, Phazor.js, Phazor, JS, Js, js, JavaS">
<meta name="author" content="Phazor.js.org">
<script async src="https://zink.tips/zwc.js?rid=62b05d2de111369fb0cc0103&c=gold"></script>
</head>
<body>
<div id="readme">
</div>
<script>
var importpjs = document.createElement('script');
importpjs.src = "https://phazor.js.org/pjs/stable.js";
importpjs.onload = function () {
let converter = new showdown.Converter();
pjs.get('/readme.md', function(text) {
let html = converter.makeHtml(text);
pjs("#readme").html(html);
});
};
document.head.appendChild(importpjs);
</script>
<footer>
<div id="footer">
</div>
<script>
var importpjs = document.createElement('script');
importpjs.src = "https://phazor.js.org/pjs/stable.js";
importpjs.onload = function () {
let converter = new showdown.Converter();
pjs.get('/footer.md', function(text) {
let html = converter.makeHtml(text);
pjs("#footer").html(html);
});
};
document.head.appendChild(importpjs);
</script>
</footer>
</body>
</html>