-
Notifications
You must be signed in to change notification settings - Fork 0
/
showcase.html
27 lines (25 loc) · 868 Bytes
/
showcase.html
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
<!DOCTYPE html>
<html>
<head lang = "en-US">
<title>Mod DLL</title>
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
</style>
</head>
<a href = "index.html">Home</a>
<a href = "showcase.html">Showcase of ModDLL</a>
<a href = "changes.html">Upcoming Updates</a>
<a href = "https://www.github.com/EzraJ/Mod-ModDLL" target = "_blank">ModDLL Github</a>
<body>
<h1 style = "text-align:center">Showcase of ModDLL</h1>
<p>Contents of ModDLL folder</p>
<img src = "ModFolder.png" alt = "Picture of Mod Folder">
<p>Running lua in the prompt</p>
<img src = "ModLua.png" alt = "Lua running on Mod">
<p>Programs in Mod</p>
<img src = "ModPrograms.png" alt = "Programs">
</body>
</html>