mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
File rearrange 2
This commit is contained in:
parent
5530f03fac
commit
55d7885d21
20 changed files with 1775 additions and 0 deletions
41
modules/main/views/main.ejs
Executable file
41
modules/main/views/main.ejs
Executable file
|
@ -0,0 +1,41 @@
|
|||
<html>
|
||||
|
||||
<body bgcolor="#212127">
|
||||
|
||||
<head>
|
||||
<title>FryLabs.net</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=0.8" />
|
||||
<style>
|
||||
body {
|
||||
font: normal 14px Verdana;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
td {
|
||||
vertical-align: top
|
||||
}
|
||||
|
||||
a {
|
||||
color: #9999ff;
|
||||
text-decoration: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
</p>
|
||||
|
||||
<h2>
|
||||
<a href="http://qmining.frylabs.net">
|
||||
<pre>
|
||||
____ __ __
|
||||
/ __/_____ __ / /__ _/ / ___
|
||||
/ _// __/ // / / / _ `/ _ \(_-<
|
||||
/_/ /_/ \_, / /_/\_,_/_.__/___/
|
||||
/___/
|
||||
</pre>
|
||||
</a>
|
||||
</h2>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue