Skip to content

Instantly share code, notes, and snippets.

@TobiasFeld22
Last active November 15, 2017 21:57
Show Gist options
  • Save TobiasFeld22/c353f2c5dd23f03ebc0e9c69a274aabf to your computer and use it in GitHub Desktop.
Save TobiasFeld22/c353f2c5dd23f03ebc0e9c69a274aabf to your computer and use it in GitHub Desktop.
<html>
<head>
<title> Spark standard page </title>
</head>
<body>
<h1> <%- data.botname %> </h1>
<p> Made by <%- data.ownername %> </p>
<p> Running Spark <%- data.version %> </p>
<p> On <%- data.guilds %> servers </p>
<p> ---- </p>
<a href="https://spark.a3c-bot.com"> Spark is an opensource discord bot framework. </a>
</body>
</html>
{
"fileName": "homepage.ejs",
"requiresAuth": true,
"pages": ["/", "/homepage"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment