Add files via upload

This commit is contained in:
Noololly 2021-12-08 19:40:13 +00:00 committed by GitHub
commit 4ce0af1e60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
testing123 Normal file
View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<title>Test!</title>
<head>
<style>
.olly{
background-color: red;
}
</style>
</head>
<body>
<div class="olly">
<p>Hello World!</p>
</div>
</body>
</html>