mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added main site, code formatting
This commit is contained in:
parent
814abae86b
commit
77427399db
4 changed files with 61 additions and 29 deletions
36
views/main/main.ejs
Normal file
36
views/main/main.ejs
Normal file
|
@ -0,0 +1,36 @@
|
|||
<html>
|
||||
|
||||
<body bgcolor="#212127">
|
||||
|
||||
<head>
|
||||
<title>FryLabs.net</title>
|
||||
<meta charset="UTF-8">
|
||||
<style>
|
||||
body {
|
||||
font: normal 14px Verdana;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
td {
|
||||
vertical-align: top
|
||||
}
|
||||
|
||||
a {
|
||||
color: #9999ff;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
</p>
|
||||
|
||||
<h2>
|
||||
<a href="qmining.frylabs.net">QMining</a>
|
||||
</h2>
|
||||
|
||||
</hr>
|
||||
|
||||
henlo
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue