summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-01-11 20:47:04 +0800
committerAndrew Yu <andrew@andrewyu.org>2022-01-11 20:47:04 +0800
commitcf0345fe05e2e66b570ae67b547431bda00a7810 (patch)
tree1bc51c8b44bba7cf48adea93d634f246c815650a
parentd9e9f55a481f35739421e47bd2d73e2a53f4035c (diff)
downloadwww-cf0345fe05e2e66b570ae67b547431bda00a7810.tar.gz
oh!
-rw-r--r--index.html4
-rw-r--r--lovely/index.html4
-rw-r--r--lovely/style.css11
3 files changed, 14 insertions, 5 deletions
diff --git a/index.html b/index.html
index b9b230a..d794b77 100644
--- a/index.html
+++ b/index.html
@@ -1,11 +1,11 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
 	<head>
-		<title>ABSOLUTELY LOVELY (and dangerous) Testing Website</title>
+		<title>Andrew Yu's Website</title>
 		<link rel="stylesheet" href="/style.css" />
 	</head>
 	<body>
-		<h1>Andrew Yu's Testing Website is freaking lovely!</h1>
+		<h1>Andrew Yu's Website</h1>
 		<div id="nav">
 			<ul>
 				<li><a href="https://www.andrewyu.org">Home</a></li>
diff --git a/lovely/index.html b/lovely/index.html
index 3a341a2..47494db 100644
--- a/lovely/index.html
+++ b/lovely/index.html
@@ -1,11 +1,11 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
 	<head>
-		<title>Andrew Yu's Website</title>
+		<title>:) :) :)</title>
 		<link rel="stylesheet" href="style.css" />
 	</head>
 	<body>
-		<h1>Andrew Yu's Website</h1>
+		<h1 style="font-size: 3000%; float: left;">:) :) :)</h1>
 		<div id="nav">
 			<ul>
 				<li><a href="https://www.andrewyu.org">Home</a></li>
diff --git a/lovely/style.css b/lovely/style.css
index b3b7619..1ddd373 100644
--- a/lovely/style.css
+++ b/lovely/style.css
@@ -318,7 +318,16 @@ body {
 		animation: rainbow 1s infinite;
 	}
 p:before {
-   content: "HACKER!  Hullo the CSS!  You are under arrest. ";
+   content: "HACKER!  Hullo the CSS!   This is not the FBI, but look at the beautiful CSS!    :) :) :)    ";
+}
+h1:before {
+   content: "HACKER!  Hullo the CSS!   This is not the FBI, but look at the beautiful CSS!    :) :) :)    ";
+}
+li:before {
+   content: "HACKER!  Hullo the CSS!   This is not the FBI, but look at the beautiful CSS!    :) :) :)    ";
+}
+div:before {
+   content: "HACKER!  Hullo the CSS!   This is not the FBI, but look at the beautiful CSS!    :) :) :)    ";
 }
 
 p:hover {