diff options
| author | s1n <[email protected]> | 2019-09-26 16:38:41 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-09-26 16:38:41 -0700 |
| commit | b434497d850202566eea46450775c2f2a3f82c32 (patch) | |
| tree | 91f320b88cf491c8d62e9b3594513895a8a00c5c /performance-stats/index.html | |
| parent | fix redirect to mobile (diff) | |
| download | s1n.pw-admin-b434497d850202566eea46450775c2f2a3f82c32.tar.xz s1n.pw-admin-b434497d850202566eea46450775c2f2a3f82c32.zip | |
add performance stats
Diffstat (limited to 'performance-stats/index.html')
| -rw-r--r-- | performance-stats/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/performance-stats/index.html b/performance-stats/index.html new file mode 100644 index 0000000..cf3bd3b --- /dev/null +++ b/performance-stats/index.html @@ -0,0 +1,20 @@ +<!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"> + <title>s1nical - :)</title> + <!-- CSS Links --> + <!-- External Libraries --> + <script src="https://cdnjs.cloudflare.com/ajax/libs/stats.js/r16/Stats.min.js"></script> + <!-- Invisible Script Links --> + </head> + + <body> + <!-- Visable Script Links --> + <script src="/js/performance-stats.js"></script> + </body> + +</html>
\ No newline at end of file |