Adds index.htm in case of Php not activated

This commit is contained in:
Christophe HENRY 2021-03-28 22:44:48 +02:00
parent a24eb12df6
commit 1f38941e7f
1 changed files with 19 additions and 0 deletions

19
index.html Normal file
View File

@ -0,0 +1,19 @@
<!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/htmgem.css'>
</head>
<body>
<h1>HtmGem</h1>
<p>&nbsp;</p>
<h3>Php required</h3>
<p><a class='http' href='index.php'>🔄 index.php</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3>Help</h3>
<p><a class='https' href='https://gmi.sbgodin.fr/htmgem'>https://gmi.sbgodin.fr/htmgem</a></p>
</body>
</html>