Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jekin's_commit #18

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified cat.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<link rel="stylesheet" href="css/valentine.css" />
</head>
<body>
<div id="valentineQuestion"><b>Will you be my valentine?</b></div>
<div id="valentineQuestion"><b>Ты будешь моей Валентинкой?</b></div>
<button class="answerButton" onclick="location.href='thankyou.html'">
Yes
Да
</button>
<button class="answerButton" id="noButton">I no no wanna o(╥﹏╥)o</button>
<button class="answerButton" id="noButton">Я нэ хочу буть твоей Валентинкой(слабая духом)</button>
<br />
<img src="cat.gif" alt="cat asking question" class="responsive" />
<img src="monky.gif" alt="monky asking question" class="responsive" />

<script>
document
Expand Down
Binary file added monky.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed rizz.gif
Binary file not shown.
6 changes: 3 additions & 3 deletions thankyou.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<link rel="stylesheet" href="css/lastpage.css" />
</head>
<body>
<div id="thankyou"><b>Thank you</b></div>
<div id="thankyou"><b>Дякуємо!</b></div>

<img id="rizz" src="rizz.gif" alt="rizzler god" class="responsive" />
<img id="cat" src="cat.gif" alt="rizzler god" class="responsive" />
<br />
<audio controls autoplay loop>
<source src="congratulations.mp3" type="audio/mpeg" />
Your browser does not support the audio element.
</audio>
<h1>Don't go yet!</h1>
<h1>ЛЛЛЛЛЛЛЕХАААААААА</h1>
<button class="button" onclick="location.href='date.html'">
Click me UWU
</button>
Expand Down