Skip to content

Commit

Permalink
main html file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulyana0505 authored Sep 25, 2023
0 parents commit e9d699a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body id="body">
<h1 id="title">Just really bright pink title</h1>
<h2 id="title_2">A little bit less pink title</h2>
<p>Hello! I want to make this page as pink as I can. I hope you were honest while answering the question about the beautifulness of this page.<br>
As you see now I already can do some interesting things...
</p>


<p>Welcommememem. You can click on the button below as much as you want hehehehe</p>

<button name="button_1" onclick="onClickButton(this)">Click-click-click</button>
<br>
<img src="haha.jpg"
width="685"
height="618">

<script src="main.js"></script>
</body>
</html>

0 comments on commit e9d699a

Please sign in to comment.