diff options
author | Logan Hunt <loganthebean222@gmail.com> | 2017-07-24 12:57:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-24 12:57:34 -0700 |
commit | 1eb5b36fe131d10a95a8107d694e5a196871adf2 (patch) | |
tree | 803b4674442440f840066e8369c0213c23d85666 /cam.html | |
parent | 63da59f33b2597859d189d40de3d94bb211c67c4 (diff) | |
download | old-src-backup-1eb5b36fe131d10a95a8107d694e5a196871adf2.tar.gz old-src-backup-1eb5b36fe131d10a95a8107d694e5a196871adf2.zip |
Create cam.html
Diffstat (limited to 'cam.html')
-rw-r--r-- | cam.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cam.html b/cam.html new file mode 100644 index 0000000..19cb151 --- /dev/null +++ b/cam.html @@ -0,0 +1,14 @@ +<!DOCTYPE HTML> +<html> +<body background="https://s-media-cache-ak0.pinimg.com/originals/59/db/f3/59dbf3658e096e5793c88384aa4b6063.jpg"> +<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway"> +<center> +<h1 style="color:#ff66cc; font-size:50px";>Puppy Cam </h1> +<p style="color:#00ff00; font-size 20px"> +Puppy Cam by <a href = 'http://www.littlegolddoods.com'>Little Gold Doods</a> +</p> +<iframe src="http://loganthebean.ddns.net:8080/jsfs.html" style="border:4px #3399ff dashed;" name="Puppy_Cam" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="600px" width="800px" allowfullscreen></iframe> +<br> +<br> +</center> +</html> |