diff options
| author | Marlow D. Alfonso Díaz <wiikifox@unix.dog> | 2025-10-17 06:31:39 +0000 |
|---|---|---|
| committer | Marlow D. Alfonso Díaz <wiikifox@unix.dog> | 2025-10-17 06:31:39 +0000 |
| commit | 17c85b3ed6ce6fd6da2dfc4858db0daf6ff3f931 (patch) | |
| tree | 60c6d68aa5bd0ea4ad18164c737b83b1f7591a20 | |
| parent | f9f32912af9177cbb160226bdd5efed4650f7e22 (diff) | |
| download | wiikifox-den-17c85b3ed6ce6fd6da2dfc4858db0daf6ff3f931.tar.gz wiikifox-den-17c85b3ed6ce6fd6da2dfc4858db0daf6ff3f931.tar.bz2 wiikifox-den-17c85b3ed6ce6fd6da2dfc4858db0daf6ff3f931.zip | |
build
| -rw-r--r-- | public/http/assets/doom/biofac.pk3 | bin | 0 -> 3377791 bytes | |||
| -rw-r--r-- | public/http/assets/styles.css | 2 | ||||
| -rw-r--r-- | public/http/doom.xhtml | 15 |
3 files changed, 15 insertions, 2 deletions
diff --git a/public/http/assets/doom/biofac.pk3 b/public/http/assets/doom/biofac.pk3 Binary files differnew file mode 100644 index 0000000..0d4b8c0 --- /dev/null +++ b/public/http/assets/doom/biofac.pk3 diff --git a/public/http/assets/styles.css b/public/http/assets/styles.css index 53e66c7..02ab867 100644 --- a/public/http/assets/styles.css +++ b/public/http/assets/styles.css @@ -1,6 +1,6 @@ @font-face { font-family: Fairfax; - src: url('./assets/fonts/Fairfax.ttf'); + src: url('./fonts/Fairfax.ttf'); } * { diff --git a/public/http/doom.xhtml b/public/http/doom.xhtml index e1db2d4..5d4d189 100644 --- a/public/http/doom.xhtml +++ b/public/http/doom.xhtml @@ -31,7 +31,7 @@ final release. </p> </div> <div id="outline-container-2025-09-28" class="outline-3"> -<h3 id="2025-09-28"><span class="timestamp-wrapper"><span class="timestamp"><2025-09-28 Sun> </span></span> Temple to Our Father   <span class="tag"><span class="map">map</span> <span class="doom2">doom2</span> <span class="zdoom">zdoom</span> <span class="udmf">udmf</span></span></h3> +<h3 id="2025-09-28"><span class="timestamp-wrapper"><span class="timestamp"><2025-09-28 Sun> </span></span> temple to our father   <span class="tag"><span class="map">map</span> <span class="doom2">doom2</span> <span class="gzdoom">gzdoom</span> <span class="udmf">udmf</span></span></h3> <div class="outline-text-3" id="text-2025-09-28"> <p> this is my first ·doom map, made for ·doom ii in the span of two or three @@ -43,6 +43,19 @@ zombie scientists. </ul> </div> </div> +<div id="outline-container-2025-10-17" class="outline-3"> +<h3 id="2025-10-17"><span class="timestamp-wrapper"><span class="timestamp"><2025-10-17 Fri> </span></span> bioweapon research facility   <span class="tag"><span class="map">map</span> <span class="doom2">doom2</span> <span class="gzdoom">gzdoom</span> <span class="udmf">udmf</span></span></h3> +<div class="outline-text-3" id="text-2025-10-17"> +<p> +on this map i experimented more with udmf features for fancy environmental +effects. it's located in a waste facility where secret experiments have been +taking place. +</p> +<ul class="org-ul"> +<li><a href="./assets/doom/biofac.pk3">download</a></li> +</ul> +</div> +</div> </div> </div> </body> |
