Initial Push
This commit is contained in:
parent
f9f2f503f2
commit
42d6bed3e8
0
index.html
Normal file
0
index.html
Normal file
7
scripts/database.rb
Normal file
7
scripts/database.rb
Normal file
@ -0,0 +1,7 @@
|
||||
class Mod < ActiveRecord::Base
|
||||
belongs_to :user
|
||||
end
|
||||
|
||||
class User < ActiveRecord::Base
|
||||
has_many :mods
|
||||
end
|
0
style/footer.html
Normal file
0
style/footer.html
Normal file
39
style/header.html
Normal file
39
style/header.html
Normal file
@ -0,0 +1,39 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html lang="en-gb">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
|
||||
<meta name="Generator" content="Serif WebPlus X5 (13.0.3.029)">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8">
|
||||
<title>The Title - Minetest Mods</title>
|
||||
<meta name="keywords" content="">
|
||||
<meta name="author" content="Andrew Ward">
|
||||
<meta name="copyright" content="Copyright © to Andrew Ward">
|
||||
<meta http-equiv="Content-Language" content="en-gb">
|
||||
<meta name="robots" content="index,follow">
|
||||
<link rel="stylesheet" type="text/css" href="style/mainstyle.css" />
|
||||
<!--<link rel="icon" href="favicon.ico" type="image/x-icon">-->
|
||||
</head>
|
||||
|
||||
|
||||
<body text="#000000" style="background-color:#ffffff; text-align:center; height:610px;">
|
||||
<div style="background-color:transparent;text-align:left;margin-left:auto;margin-right:auto;position:relative;width:900px;">
|
||||
|
||||
<!--The Header-->
|
||||
<img src="style/header.png" width="900" height="100" border="0" alt="" style="position:absolute;left:0px;top:0px;">
|
||||
|
||||
<div id="userbar" style="text-align:right;position:relative;left:710px;top:70px;width:180px;height=30px;">
|
||||
Login Box
|
||||
</div>
|
||||
|
||||
<div id="userbar" style="text-align:left;position:relative;left:10px;top:55px;width:180px;height=30px;">
|
||||
<a href="index.html"><font color="#FFFFFF">Home</font></a>
|
||||
</div>
|
||||
|
||||
<div style="position:relative;left:670px;top:70px;width:400px;">
|
||||
<form method="get" action="search.php">
|
||||
<input type="text" name="id"> <input type="submit" value="Search">
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<!--Content Div-->
|
||||
<div style="position:relative;left:5px;top:80px;width:900px;text-wrap: suppress;">
|
Loading…
x
Reference in New Issue
Block a user