mirror of
https://github.com/wahyd4/relaxMe.git
synced 2026-08-08 20:45:00 +10:00
12 lines
470 B
HTML
12 lines
470 B
HTML
<html>
|
|
<head>
|
|
<title>Hello</title>
|
|
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
|
|
<link rel="stylesheet" type="text/css" href="css/bootstrap-responsive.min.css">
|
|
</head>
|
|
<body>
|
|
<div style="text-align:center;font-size:20px;">It's Time to Relax ...</div>
|
|
<img src="images/power.png" id="relax" alt="relax" style="margin:-10px auto -20px 30%" class="img-circle">
|
|
<script type="text/javascript" src="tools.js"></script>
|
|
</body>
|
|
</html> |