Files
mainwebsite/projects/discord.html
2021-06-24 19:06:05 +02:00

23 lines
784 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/png" href="../favicon.jpg"/>
<link href="../css/addaptphone.css" rel="stylesheet" type="text/css">
<!--If it's a phone, addapt it (and maked some code in css/addaptphone.css to be future-proof)-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="DiscordJS" content="DiscordJS projects" />
<link rel="canonical" href="https://srizan.ml/projects/discordjs.html" />
<title>DiscordJS</title>
<!--Scripts and styles-->
<script>
</script>
<style>
</style>
</head>
<body>
<a href="bask">Bask (spanish bot)</a>
<a href="#">Bask Radio</a>
<a href="#">HammerBot</a>
</body>
</html>