forked from nat/webbed-site
finally make a stupid repository for this
This commit is contained in:
11
html/blog/posts/test-post.html
Normal file
11
html/blog/posts/test-post.html
Normal file
@ -0,0 +1,11 @@
|
||||
<html>
|
||||
<style>
|
||||
$[cat style.css]
|
||||
</style>
|
||||
<body>
|
||||
$[python3 -c 'import utils; print(utils.parse_file("html/header.html"))' | sed 's/\$PREV_URL\$/"{prev}"/']
|
||||
<span style="font-size: 28px; float: left;">Wowee! a blogpost<br></span><br><br>
|
||||
<hr>
|
||||
aoeu
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user