mirror of
https://github.com/wahyd4/relaxMe.git
synced 2026-08-09 04:46:41 +10:00
16 lines
427 B
HTML
16 lines
427 B
HTML
<!DOCTYPE html>
|
|
<html lang="end">
|
|
<head>
|
|
<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="border-bottom:2px solid #3e3e3e">Hello</div>
|
|
<br>
|
|
<div>
|
|
<button class="btn btn-primary">setting</button>
|
|
</div>
|
|
|
|
<script type="text/javascript" src="main.js"></script>
|
|
</body>
|
|
</html> |