-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·42 lines (36 loc) · 1.72 KB
/
index.html
File metadata and controls
executable file
·42 lines (36 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="stylesheets/custom.css" media="screen"/>
<style>
img {
margin: 1em 0;
display: block;
}
hr {
margin: 3em 0;
}
</style>
<title>Techbot.github.io by Techbot</title>
</head>
<body>
<!-- {% include header.html %} -->
<div class="grid-item special">
<img src="https://www.emc23.com/sites/default/files/images/techbot.io/game.png">
<div class="description">
<h2>
<a href="https://github.com/Techbot/JiGS" target="_blank">JiGS Interactive Game System</a>
</h2>
<h3>The Drupal MMORPG and Trading Game engine</h3>
<a href="https://www.eclecticmeme.com" target="_blank" class="btn btn-demo"><span class="icon"></span>Visit game</a>
<p>The Eclectic Meme Conspiracy Online (EMC Online) is an online, persistent, 2d, tiled, RPG, multiplayer, virtual world. JiGS is an integrated gaming system (client and server) built for and in tandem with EMC Online. <a href="https://github.com/EMC23/JiGS-PHP-RPG-engine/blob/master/README.md" target="_blank">View Design Document</a>. <a href="https://www.emc23.com/jigs-drupal-mmorpg-and-trading-game-engine" target="_blank">Read more on our blog</a>
</p>
</div>
</div>
<!-- {% include footer.html %} -->
</body>
</html>