Added the website.
This commit is contained in:
commit
bf22a7b071
1 changed files with 11 additions and 0 deletions
11
index.html
Normal file
11
index.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!doctype html>
|
||||||
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9529165767143104"
|
||||||
|
crossorigin="anonymous"></script>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>This is the title of the webpage!</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>This is an example paragraph. Anything in the <strong>body</strong> tag will appear on the page, just like this <strong>p</strong> tag and its contents.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue