-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathstatsPCM.html
35 lines (35 loc) · 1.42 KB
/
statsPCM.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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='UTF-8'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<meta http-equiv='X-UA-Compatible' content='ie=edge'>
<link rel='stylesheet' href='css/jquery-ui-1.13.min.css'>
<link rel='stylesheet' href='css/bootstrap-4.6.1.min.css'>
<link rel='stylesheet' href='css/all.min.css'>
<link id='pcm-stylesheet' rel='stylesheet' href='css/panda-crazy-max.css'>
<script src='lib/browser-polyfill.js'></script>
<script src='lib/jquery-3.6.0.min.js'></script>
<script src='lib/jquery-ui-1.13.min.js'></script>
<script src='lib/bootstrap.bundle-4.6.1.min.js'></script>
<title>Panda Crazy Stats Page</title>
</head>
<body>
<div class='container-fluid h-100 pcm-theUI' id='pcm-statsUI'>
<div class='panel h-100'>
<div class='panel-body pcm-statsMain' id='pcm-statInfo'></div>
</div>
</div>
<script src='js/common/common.js'></script>
<script src='js/common/LRUCacheClass.js'></script>
<script src='js/common/DebuggerClass.js'></script>
<script src='js/options/GlobalOptions.js'></script>
<script src='js/data/DatabaseClass.js'></script>
<script src='js/data/HistoryClass.js'></script>
<script src='js/common/ModalClass.js'></script>
<script src='js/ui/MenuClass.js'></script>
<script src='js/ui/TabbedClass.js'></script>
<script src='js/ui/ThemesClass.js'></script>
<script src='js/pageScript/stats-PCM.js'></script>
</body>
</html>