Add files via upload
This commit is contained in:
commit
4ce0af1e60
1 changed files with 16 additions and 0 deletions
16
testing123
Normal file
16
testing123
Normal 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>
|
Loading…
Add table
Reference in a new issue