-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDashboard.html
25 lines (21 loc) · 986 Bytes
/
Dashboard.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
<html>
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS"
crossorigin="anonymous">
</head>
<body>
<div class="card">
<img class="card-img-top" src="https://www.google.co.in/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" alt="Card image cap">
<div class="card-body">
<h4 class="card-title">Card title</h4>
<p class="card-text">
Some quick example text to build on the card title
and make up the bulk of the card's content.
</p>
<a href="onepiece.html" class="btn btn-primary">Go somewhere</a>
<a href="naruto.html" class="btn btn-primary">Go somewhere</a>
<a href="Black clover.html" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</body>
</html>