mirror of
https://github.com/SrIzan10/mainwebsite.git
synced 2026-06-06 00:56:58 +00:00
23 lines
784 B
HTML
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> |