-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
100 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"dependencies": { | ||
"live-server": "^1.2.1" | ||
}, | ||
"scripts": { | ||
"start": "live-server --mount=/:./src" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<link href="/main.css" rel="stylesheet" /> | ||
</head> | ||
<body> | ||
<div class="content"> | ||
<img src="construction.webp" /> | ||
<h1>The Best Dog In The World Page!!!</h1> | ||
<marquee>Come back for new pics daily!!!</marquee> | ||
<div class="pics"> | ||
<img src="https://mydogchase.com/public/chase/IMG_20191228_222206.jpg" /> | ||
<img src="https://mydogchase.com/public/chase/IMG_20200108_005305.jpg" /> | ||
<img src="https://mydogchase.com/public/chase/IMG_20200113_111031.jpg" /> | ||
<img src="https://mydogchase.com/public/chase/IMG_20200116_194633.jpg" /> | ||
<img src="https://mydogchase.com/public/chase/IMG_20200121_165645.jpg" /> | ||
<img src="https://mydogchase.com/public/chase/IMG_20200131_181506.jpg" /> | ||
<img src="https://mydogchase.com/public/chase/IMG_20200205_130124.jpg" /> | ||
<img src="https://mydogchase.com/public/chase/IMG_20200209_194538.jpg" /> | ||
<img src="https://mydogchase.com/public/chase/IMG_20200211_184230.jpg" /> | ||
<img src="https://mydogchase.com/public/chase/IMG_20200211_211256.jpg" /> | ||
<img src="https://mydogchase.com/public/chase/IMG_20200216_133354.jpg" /> | ||
<img src="https://mydogchase.com/public/chase/IMG_20200219_034707.jpg" /> | ||
<img src="https://mydogchase.com/public/chase/IMG_20200228_163121.jpg" /> | ||
</div> | ||
<table> | ||
<tr> | ||
<td> | ||
<img src="guestbook.gif" /> | ||
</td> | ||
<td> | ||
You are the<br /> | ||
<img src="hitcounter.png" /><br /> | ||
visitor!!! | ||
<div> | ||
Best viewed with:<br /> | ||
<img src="ie.gif" /> | ||
</div> | ||
</td> | ||
</tr> | ||
</table> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
body { | ||
background: url(bg.png); | ||
color: #fff; | ||
} | ||
|
||
.content { | ||
width: 780px; | ||
border: #fff 1px solid; | ||
margin: auto; | ||
text-align: center; | ||
} | ||
|
||
h1 { | ||
color: #ff0; | ||
font-weight: bold; | ||
font-size: 45px; | ||
text-align: center; | ||
} | ||
|
||
marquee { | ||
color: #fff; | ||
font-size: 32px; | ||
font-weight: bold; | ||
} | ||
|
||
.pics img { | ||
width: 200px; | ||
height: auto; | ||
margin: 10px; | ||
} | ||
|
||
table { | ||
width: 100%; | ||
} | ||
|
||
td { | ||
text-align: center; | ||
width: 50%; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
xml 1.0 | ||
html4 | ||
css2 | ||
internet explorer 5 | ||
adobe photoshop 5.5 | ||
php 4 | ||
macromedia dreamweaver 1.0 | ||
macromedia flash 1.0 | ||
javascript |