Skip to content

Commit

Permalink
added_features
Browse files Browse the repository at this point in the history
  • Loading branch information
musketeer404 committed Oct 5, 2020
1 parent 662d47e commit 5bc9c75
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions add.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
<!Doctype html>
<html>
<head>
<meta charset="utf-8">
<title>
A SIMPLE HTML FILE TO ADD SOMETHING
</title>
</head>
<script src="01_basic.js" type="text/javascript"></script>
<body>
THIS IS MADE TO BE A BLANK PAGE.
YOU WILL SEE THE ADDITION ON THE PROMPTS YOU JUST RECEIVED.
<h1 style="font-size: 28px; color: crimson;">THIS IS MADE TO BE A BLANK PAGE.</h1>
<br>
<br>
<br>

<hr>
<p style="font-size:18px; color: chartreuse;">YOU WILL SEE THE ADDITION ON THE PROMPTS YOU JUST RECEIVED.</p>
THANKS.
</body>



</html>

0 comments on commit 5bc9c75

Please sign in to comment.