Skip to content

Commit

Permalink
whateven
Browse files Browse the repository at this point in the history
  • Loading branch information
ageuxo committed Jan 13, 2018
1 parent 874645d commit ef6d99f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
8 changes: 8 additions & 0 deletions css/template.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#master {
background-color: darkgray;
margin: 0px 50px;
}

* {
background-color: black;
}
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<html>
<body>
<h1>TESTTEXTPLEASEIGNORE</h1>
<a href="/extwebtest/tabell2"><p>dontchawishyourgirlfriendwashotlikeme</p></a>
<a href="/extwebtest/page2"><p>me me big boi</p></a>
<div id="master">
<h1>TESTTEXTPLEASEIGNORE</h1>
<a href="/extwebtest/tabell2"><p>dontchawishyourgirlfriendwashotlikememes</p></a>
<a href="/extwebtest/page2"><p>me me big boi</p></a>
</div>
</body>
</html>
11 changes: 8 additions & 3 deletions page2.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
<html>
<head>
<link rel="stylesheet"type="text/css"href="/extwebtest/css/template.css">
</head>
<body>
<h1>TESTTEXTPLEASEIGNORE</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</p>
<a href="/extwebtest/index.html"><img src="http://www.gstatic.com/webp/gallery/1.jpg"></a>
<div id="master">
<h1>TESTTEXTPLEASEIGNORE</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</p>
<a href="/extwebtest/index.html"><img src="http://www.gstatic.com/webp/gallery/1.jpg"></a>
</div>
</body>
</html>

0 comments on commit ef6d99f

Please sign in to comment.