gitea-pages/index.html

21 lines
365 B
HTML

---
layout: none
search: exclude
---
{% include custom/conditions.html %}
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0;url={{projectFolder}}/home.html">
<script type="text/javascript">
window.location.href = "{{projectFolder}}/home.html"
</script>
</head>
<body>
</body>
</html>