-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathtest-cons.html
More file actions
17 lines (17 loc) · 788 Bytes
/
test-cons.html
File metadata and controls
17 lines (17 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/app.css">
<title>Document</title>
</head>
<body class="d-flex justify-content-center align-items-center " style="height: 100vh;">
<div class=" position-relative rounded-circle" style="width: 30px;">
<img src="/assests/hatsune.jpg" style="width: 30px;" class=" rounded-circle" alt="hatsune">
<div class=" position-absolute end-0 bottom-0 rounded-circle" style="width: 10px; height: 10px; background-color: lightgreen;"></div>
</div>
</body>
<script src="/node_modules/bootstrap/dist/js/bootstrap.bundle.js"></script>
</html>