-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinal.html
26 lines (26 loc) · 1.42 KB
/
final.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html>
<head runat="server">
<title></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery UI Dialog - Default functionality</title>
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="/resources/demos/style.css">
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script>
window.location.hash="no-back-button";
window.location.hash="Again-No-back-button";//again because google chrome don't insert first hash into history
</script>
</head>
<body>
<div class="card text-center bg-success border border-danger" style="width: 50rem; margin: 0 auto; float: none; margin-bottom: 10px;">
<div id="myform card-body" style="width: 50rem; margin: 0 auto; float: none; margin-bottom: 10px; margin-top: 10%">
<p style="font-size: 30px; line-height: 1.5; text-align: justify; padding: 10%;">ስለ ትብብሮ እናመሰግናለን!</p>
</div>
</div>
</body>