dhewm.github.io/mods.html_part1
Daniel Gibson 32a1364d37 Newspost, add iddevnet link, tweak CSS
newspost with miscellaneous news since last release

finally add link to our iddevnet mirror

tweaked CSS to waste less space
2021-12-20 06:30:55 +01:00

54 lines
1.9 KiB
Text

<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>dhewm3 - Doom3 Source Port</title>
<meta property="og:title" content="dhewm3 - Doom3 Source Port">
<meta property="og:type" content="website">
<meta property="og:description" content="List of Mods for the dhewm3 Source Port of Doom3">
<meta property="og:image" content="http://dhewm3.org/og_image.jpg" />
<meta property="twitter:image" content="http://dhewm3.org/twitter_image.jpg" />
<link rel="stylesheet" href="./fonts/stylesheet.css" />
<link rel="stylesheet" href="./css/main.css" media="all" />
<link rel="icon" href="./favicon.ico">
</head>
<body>
<header class="header">
<a href="./"><img src="logo2.svg" width=640 style="max-width:90%;margin-left:auto;margin-right:auto;display:block"></a>
<br>
<nav class="nav">
<ul class="nav-links">
<li><a href="https://github.com/dhewm/dhewm3/releases/"><b>Download</b></a></li>
<li>|</li>
<li><a href="./">Home</a></li>
<li>|</li>
<li><a href="https://github.com/dhewm/dhewm3/wiki/FAQ">FAQ</a></li>
<li>|</li>
<li><a href="https://github.com/dhewm/dhewm3/issues">Report Issues</a></li>
<li>|</li>
<li><a href="https://github.com/dhewm/dhewm3/blob/master/README.md">View dhewm3 Readme</a></li>
</ul>
</nav>
<nav class="nav">
<ul class="nav-links">
<li><a href="#list-of-supported-mods">List of Mods</a></li>
<li>|</li>
<li><a href="https://github.com/dhewm/dhewm3-sdk">dhewm3 SDK on Github <img src="github-mark-64.png" height=16></a></li>
<li>|</li>
<li><a href="https://modwiki.dhewm3.org">idTech4 ModWiki</a></li>
<li>|</li>
<li><a href="https://iddevnet.dhewm3.org/">idDevNet Mirror</a></li>
</ul>
</nav>
</header>
<main class="content" role="main">
<!-- part2 is generated from mods.md after that index.html_part3 closes it all -->