summaryrefslogtreecommitdiff
path: root/oss/forge/index.html
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2020-04-08 20:30:03 -0500
committerDanny Holman <dholman@gymli.org>2020-04-08 20:34:53 -0500
commitba90bde303db62cdd7868d251b330a2f01938c7c (patch)
treee622ebfd3286d5a25fb19c54b642d2d8b63d9acc /oss/forge/index.html
parent0f01ed6ea3368b8974246d42e6c5c7e85c61e57d (diff)
Add Forge Engine website
Add the main website for the Forge engine.
Diffstat (limited to 'oss/forge/index.html')
-rw-r--r--oss/forge/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/oss/forge/index.html b/oss/forge/index.html
new file mode 100644
index 0000000..c3633e3
--- /dev/null
+++ b/oss/forge/index.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8"/>
+ <title>Forge Game Engine</title>
+ <link rel="stylesheet" href="style.css"/>
+ </head>
+ <body>
+ <div class="header">
+ <h1>Forge Game Engine</h1>
+ <h2>2D game engine written in C</h2>
+</html>