2024-07-26 07:28:48 -07:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>woah, data</title>
|
|
|
|
<style>$[cat style.css]</style>
|
2024-07-27 13:08:14 -07:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2024-07-26 07:28:48 -07:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
$[python3 -c 'import utils; print(utils.parse_file("html/header.html"))' | sed 's/\\$PREV_URL\\$/".."/']
|
2024-07-27 12:31:33 -07:00
|
|
|
<main>
|
|
|
|
<section>
|
|
|
|
<h1>Stats! Data! Wow!</h1>
|
|
|
|
Boring information about me and my computers, delivered right to your web browser (or terminal)!<br>
|
|
|
|
Why collect information about your users when your users could collect information about you?
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<h2>Currently available information:</h2>
|
|
|
|
$[for line in $(cat main.py | grep Route -A1 | grep '/stats/' | sed "s/'//g; s/,//g"); do echo "$(make-link $line)<br>"; done]
|
|
|
|
</section>
|
|
|
|
</main>
|
2024-07-26 07:28:48 -07:00
|
|
|
<body>
|
|
|
|
</html>
|