Rename testing123 to index.html

This commit is contained in:
Noololly 2021-12-09 17:42:47 +00:00 committed by GitHub
parent 4ce0af1e60
commit 67ca9954bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,16 +0,0 @@
<!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>