|
|
@ -7,4 +7,5 @@
|
|
|
|
<link rel="icon" type="image/gif" href="favicon.gif" />
|
|
|
|
<link rel="icon" type="image/gif" href="favicon.gif" />
|
|
|
|
<link rel="stylesheet" href="/css/default.css" />
|
|
|
|
<link rel="stylesheet" href="/css/default.css" />
|
|
|
|
<link rel="stylesheet" href="/css/noscroll.css" />
|
|
|
|
<link rel="stylesheet" href="/css/noscroll.css" />
|
|
|
|
<link rel="stylesheet" href="/css/fonts.css" />
|
|
|
|
<link rel="stylesheet" href="/css/fonts.css" />
|
|
|
|
|
|
|
|
<style> body { background: url("/images/backgrounds/<%= Dir.children("./public/images/backgrounds")[rand(1..Dir.children("./public/images/backgrounds").length) -1] %>"); } </style>
|