-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
19 lines (18 loc) · 862 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<title>Modules</title>
<script type="text/javascript" src="js/elements.js"></script>
<script type="text/javascript" src="js/modules.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/quickstyle.css">
<meta property="og:type" content="website">
<meta property="og:title" content="Modules" />
<meta property="og:description" content="List of modules for Macromod" />
<meta property="og:url" content="https://spthiel.github.io/Modules/" />
<meta property="og:image" content="https://cdn.discordapp.com/icons/300295653907628032/2f2d2cba504356f20eeedad7f8084f3f.webp" />
</head>
<body>
</body>
</html>