mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Add Amiga Workbench theme.
This commit is contained in:
@@ -42,6 +42,11 @@
|
||||
<link href="~/css/mac/dicserver.css" rel="stylesheet" type="text/css" />
|
||||
<script src="~/js/colors/mac.js"></script>
|
||||
break;
|
||||
// 23rd July, Amiga launch
|
||||
case 204:
|
||||
<link href="~/css/amiga/dicserver.css" rel="stylesheet" type="text/css" />
|
||||
<script src="~/js/colors/amiga.js"></script>
|
||||
break;
|
||||
default:
|
||||
<link href="~/css/dos/dicserver.css" rel="stylesheet" type="text/css" />
|
||||
<script src="~/js/colors/dos.js"></script>
|
||||
@@ -76,6 +81,11 @@
|
||||
@Html.Raw("Fonts are © 2014 <a href=\"http://christtrekker.users.sourceforge.net/fnt/chicago.shtml\" target=\"_blank\">Robin Casady</a>")
|
||||
;
|
||||
break;
|
||||
// 23rd July, Amiga launch
|
||||
case 204:
|
||||
@Html.Raw("Fonts are © 2013 <a href=\"https://github.com/rewtnull/amigafonts\" target=\"_blank\">TrueSchool Ascii</a>")
|
||||
;
|
||||
break;
|
||||
default:
|
||||
@Html.Raw("Fonts are © 2015 - 2016 <a href=\"http://int10h.org\" target=\"_blank\">VileR</a>")
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user