-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrash.php
70 lines (61 loc) · 2.42 KB
/
crash.php
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?php session_start(); ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="darkreader" content="this stops darkreader cos it looks bad" />
<title>Untitled document - Google Docs</title>
<meta name="description" content="Tools & Utilities">
<meta property="og:title" content="Englon">
<meta property="og:image" content="/images/logo.png">
<meta property="og:description" content="Tools & Utilities">
<meta property="og:type" content="website">
<meta property="og:url" content="https://<?= $_SERVER['HTTP_HOST'] ?>">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/particles.min.js"></script>
<link rel="shortcut icon" href="https://ssl.gstatic.com/docs/documents/images/kix-favicon7.ico">
<link rel="icon" type="image/x-icon" href="https://ssl.gstatic.com/docs/documents/images/kix-favicon7.ico">
<link rel="stylesheet" href="stylesheet.css?v1.1.2">
<script>
particlesJS.load('particles-js', 'content/particles-crash.json?new');
</script>
<script async src="/common.js"></script>
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
_paq.push(['setCustomDimension', customDimensionId = 1, customDimensionValue = '<?= $_SESSION['username'] ?>']);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
_paq.push(['enableJSErrorTracking']);
(function () {
var u = "//stats.englon.biz/";
_paq.push(['setTrackerUrl', u + 'e']);
_paq.push(['setSiteId', '1']);
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
g.async = true; g.src = u + 'js/'; s.parentNode.insertBefore(g, s);
})();
</script>
<!-- End Matomo Code -->
<template id="toast-template">
<div style="translate: 125% 0;" class="toast">
<i class="fa-solid fa-check"></i>
<div class="content">
<p class="title"></p>
<p class="description"></p>
<button onclick="closeToast()" class="close"><i class="fa-solid fa-x"></i></button>
</div>
</div>
</template>
</head>
<body>
<?php
include("/var/www/html/englon/header.php");
?>
<div id="particles-js"></div>
<main>
<div class="main">
<h1>bye bye</h1>
</div>
</main>
</body>
</html>