mirror of
https://tildegit.org/sbgodin/HtmGem.git
synced 2023-08-25 13:53:12 +02:00
Christophe HENRY
678778ba2c
* Creates a default directory for the default css. * Changes the way to address CSS: "," used as "/" (see htmgem/css/index.gmi). * "src" style replaces the "pre": display the source code onscreen. * Removes the "None" style, useless after all. * Removes the absolute stylesheet path, now always in /htmgem/css.
20 lines
483 B
HTML
20 lines
483 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>HtmGem</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<link type='text/css' rel='StyleSheet' href='css/default/htmgem.css'>
|
|
</head>
|
|
<body>
|
|
<h1>HtmGem</h1>
|
|
<p> </p>
|
|
<h3>Php required</h3>
|
|
<p><a class='http' href='index.php'>🔄 index.php</a></p>
|
|
<p> </p>
|
|
<p> </p>
|
|
<p> </p>
|
|
<h3>Help</h3>
|
|
<p><a class='https' href='https://gmi.sbgodin.fr/htmgem'>https://gmi.sbgodin.fr/htmgem</a></p>
|
|
</body>
|
|
</html>
|