fix mods.html utf8
This commit is contained in:
parent
2bf78988cb
commit
f5a2c129be
2 changed files with 2 additions and 1 deletions
|
@ -530,6 +530,7 @@ def generate_html(mod_info):
|
|||
doc.asis("<!DOCTYPE html>")
|
||||
with tag("html"):
|
||||
with tag("head"):
|
||||
doc.stag("meta", charset="utf-8")
|
||||
with tag("title"):
|
||||
text("VR Crawler Mod List")
|
||||
doc.stag("link", rel="stylesheet", href="pico.red.min.css")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html><html><head><title>VR Crawler Mod List</title><link rel="stylesheet" href="pico.red.min.css" /><link rel="stylesheet" href="style.css" /></head><main class="container"><header><h1>VR Crawler Mod List</h1></header><section class="mod-category"><h2>Centerpieces</h2><p>Mods that really tie the pack together.</p><section class="mod-subcategory"><h3>VR</h3><p>Make the game an actual VR game.</p><article class="mod-description"><details class="mod-description-details"><summary><span><a href="https://modrinth.com/mod/vivecraft"><img src="https://cdn.modrinth.com/data/wGoQDPN5/f55ecb94626ba1e51977b217d6a58f500cd86ca1.png" class="mod-icon" />Vivecraft</a> : <span class="mod-summary">A Minecraft VR mod on a loader of your choice!</span></span></summary><div class="full-description"><h1>
|
||||
<!DOCTYPE html><html><head><meta charset="utf-8" /><title>VR Crawler Mod List</title><link rel="stylesheet" href="pico.red.min.css" /><link rel="stylesheet" href="style.css" /></head><main class="container"><header><h1>VR Crawler Mod List</h1></header><section class="mod-category"><h2>Centerpieces</h2><p>Mods that really tie the pack together.</p><section class="mod-subcategory"><h3>VR</h3><p>Make the game an actual VR game.</p><article class="mod-description"><details class="mod-description-details"><summary><span><a href="https://modrinth.com/mod/vivecraft"><img src="https://cdn.modrinth.com/data/wGoQDPN5/f55ecb94626ba1e51977b217d6a58f500cd86ca1.png" class="mod-icon" />Vivecraft</a> : <span class="mod-summary">A Minecraft VR mod on a loader of your choice!</span></span></summary><div class="full-description"><h1>
|
||||
Vivecraft
|
||||
</h1>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue