forked from nat/webbed-site
apply new style to all non-blog files barring site-info.html
This commit is contained in:
@ -5,11 +5,16 @@
|
||||
</head>
|
||||
<body>
|
||||
$[python3 -c 'import utils; print(utils.parse_file("html/header.html"))' | sed 's/\\$PREV_URL\\$/".."/']
|
||||
<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?
|
||||
<hr>
|
||||
<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]
|
||||
<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>
|
||||
<body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user