-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathother.html
20 lines (20 loc) · 1.01 KB
/
other.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Thank you!</title>
<link href="bootstrap-3.3.7-dist/css/bootstrap.css" type="text/css" rel="stylesheet" >
<link href="bootstrap-website/new-css/styles.css" type="text/css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="http://code.jquery.com/jquery-3.4.1.min.js" type="text/javascript"></script>
<script src="new-js/bootstrap.js" type="text/javascript"></script>
<link rel="icon" href="https://media.petsathome.com/content/images/redesign/pp-rabbit-policy-hero.png">
</head>
<body>
<center><h1> Congratulations! You are now a pet parent :)</h1></center>
<center><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/EnglishAngoraRabbit.jpg/220px-EnglishAngoraRabbit.jpg" width="400" height="400"></center>
<br>
<div>
<center><button class="back"><a class="backk" href="index.html">Want another?</a></button></center>
</div>
</body>