diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-12-18 09:53:39 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-12-18 09:53:39 -0500 |
| commit | fcb807c3b6357ebef82a16ec10085a51278296b0 (patch) | |
| tree | 39c6bc9ab32bbbd1eb8ac190f0859e1ac15f0674 /pages/downloads/index.vue | |
| parent | db264f7251fe8d506ea12e40f9ab33d749fc0685 (diff) | |
| download | personal-website-fcb807c3b6357ebef82a16ec10085a51278296b0.tar.gz personal-website-fcb807c3b6357ebef82a16ec10085a51278296b0.tar.bz2 personal-website-fcb807c3b6357ebef82a16ec10085a51278296b0.zip | |
Changed the page a bit
Diffstat (limited to 'pages/downloads/index.vue')
| -rw-r--r-- | pages/downloads/index.vue | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pages/downloads/index.vue b/pages/downloads/index.vue index 4070668..59d37f7 100644 --- a/pages/downloads/index.vue +++ b/pages/downloads/index.vue @@ -9,10 +9,9 @@ <v-col cols="12"> <v-card class="green darken-4"> <v-card-title>Philip Adams Software Archive</v-card-title> - <v-card-text>This is the ultimate software collection of Philip Adams' software. (OSFirstTimer, 12padams, AstralPhaser, ShiftOS).<br>These software require .NET Framework 3.5, 4.0 and/or 4.5 to function.<br>Warning some of the software in this pack has a jumpscare, and if you have epilepsy please be cautious with this pack.<br>Also be sure to disable the antivirus if you want to try out Mitosis.</v-card-text> + <v-card-text>The ultimate software collection of Philip Adams' software.</v-card-text> <v-card-actions> - <v-btn text normal href="/uploads/OSFT-Software-Archive.tar.gz">Download</v-btn> - <v-btn text normal href="/uploads/OSFT-Software-Archive.tar.gz.md5">Download MD5</v-btn> + <v-btn text normal href="/downloads/osft-software-archive">More Information</v-btn> </v-card-actions> </v-card> </v-col> |
