Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFront <27463495+Frontesque@users.noreply.github.com>2021-11-24 04:16:23 +0300
committerFront <27463495+Frontesque@users.noreply.github.com>2021-11-24 04:16:23 +0300
commit625c6924e609cc831f81174249a7ffe7d0ba3cd3 (patch)
tree464e70be0a17f3962dfcc6e194d0efd75d203b78 /Website/pages/index.vue
parent34dc818a55de712fc49eff730243f89b25d36146 (diff)
New site :+1:
Diffstat (limited to 'Website/pages/index.vue')
-rw-r--r--Website/pages/index.vue48
1 files changed, 48 insertions, 0 deletions
diff --git a/Website/pages/index.vue b/Website/pages/index.vue
new file mode 100644
index 0000000..eec84cb
--- /dev/null
+++ b/Website/pages/index.vue
@@ -0,0 +1,48 @@
+<template>
+ <div>
+
+ <section style="position: relative;">
+
+
+ <div class="center">
+ <center>
+
+ <h1 style="font-size: 3em; margin-bottom: 0.5em;">Return Youtube Dislike</h1>
+
+ <v-btn :to="installLink" color="primary lighten-1" style="font-size: 1.5em; padding: 1em; margin-bottom: 0.5em;">
+ <v-icon large style="margin-right: 0.5em;">mdi-tray-arrow-down</v-icon>
+ Install
+ </v-btn>
+
+ <br>
+
+ <v-btn class="mainAltButton" :href="githubLink" target="_blank">
+ <v-icon style="margin-right: 0.5em;">mdi-github</v-icon>
+ Github
+ </v-btn>
+
+ <v-btn class="mainAltButton" :href="discordLink" target="_blank">
+ <v-icon style="margin-right: 0.5em;">mdi-discord</v-icon>
+ Our Discord
+ </v-btn>
+
+ </center>
+ </div>
+
+
+ </section>
+
+ </div>
+</template>
+
+<script>
+export default {
+ data() {
+ return {
+ installLink: "/install",
+ githubLink: "https://github.com/Anarios/return-youtube-dislike",
+ discordLink: "https://discord.gg/mYnESY4Md5",
+ }
+ }
+}
+</script> \ No newline at end of file