Mercurial > web
changeset 1:1865a06329bc
ersdwf
author | Paper <37962225+mrpapersonic@users.noreply.github.com> |
---|---|
date | Mon, 31 Aug 2020 11:09:48 -0400 |
parents | 34b1775744b3 |
children | fef0d4bda16d |
files | README.md content/bg.gif index.css index.html |
diffstat | 4 files changed, 38 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/README.md Sat Aug 29 03:18:24 2020 -0400 +++ b/README.md Mon Aug 31 11:09:48 2020 -0400 @@ -0,0 +1,3 @@ +If you are looking for the 1123.best repository, it has moved [here](https://github.com/1123best/1123best.github.io). + +Anything added here will from now on be my own. \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/index.css Mon Aug 31 11:09:48 2020 -0400 @@ -0,0 +1,17 @@ +body +{ + background-color: black +} + + +.strokeme +{ + color: white; + font-size: 250%; + text-align: center; + text-shadow: + -1px -1px 0 #000, + 1px -1px 0 #000, + -1px 1px 0 #000, + 1px 1px 0 #000; +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/index.html Mon Aug 31 11:09:48 2020 -0400 @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="UTF-8"> +<link href="index.css" rel="stylesheet"> +<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js" type="text/javascript"></script> +<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> +<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script> +<title>b</title> +</head> +<body> +<br><br><br><br><br> +<div class="strokeme">hey</div> +<p style="color:white;text-align:center;">welcome to hell</p> +<p style="color:red;text-align:center"><a href=https://1123.best/>we hope you enjoy your stay.</a></p> +<p style="text-align:center"><iframe width="1280" height="720" src="https://www.youtube.com/embed/DyfkeQ_LCVw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p> +</body> +</html>