-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtestinghtml.html
More file actions
82 lines (79 loc) · 4.18 KB
/
testinghtml.html
File metadata and controls
82 lines (79 loc) · 4.18 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>@defthedonald Dashboard</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
</head>
<body>
<div class="container">
<div class="card mb-3" style="width: 100%;">
<div class="card-body">
<!-- <h5 class="card-title">Card title</h5> -->
<p class="card-text">No matter what you do for the Do Nothing Democrats no matter how GREAT a job you are doing they will only respond to their Fake partners in the Lamestream Media in the negative even in a time of crisis</p>
<a href="#" class="btn btn-primary"><span class="oi oi-plus"></span> Tweet This</a>
</div>
</div>
<div class="card mb-3" style="width: 100%;">
<div class="card-body">
<!-- <h5 class="card-title">Card title</h5> -->
<p class="card-text">America is very far from great. I will only do the greatness. Nothing but the greatness. You will get tired of so much greatness.</p>
<a href="#" class="btn btn-primary">Tweetttt This</a>
</div>
</div>
<div class="card mb-3" style="width: 100%;">
<div class="card-body">
<!-- <h5 class="card-title">Card title</h5> -->
<p class="card-text">America is very far from great. I will only do the greatness. Nothing but the greatness. You will get tired of so much greatness.</p>
<a href="#" class="btn btn-primary">Tweet This</a>
</div>
</div>
<div class="card mb-3" style="width: 100%;">
<div class="card-body">
<!-- <h5 class="card-title">Card title</h5> -->
<p class="card-text">America is very far from great. I will only do the greatness. Nothing but the greatness. You will get tired of so much greatness.</p>
<a href="#" class="btn btn-primary">Tweet This</a>
</div>
</div>
<div class="card mb-3" style="width: 100%;">
<div class="card-body">
<!-- <h5 class="card-title">Card title</h5> -->
<p class="card-text">America is very far from great. I will only do the greatness. Nothing but the greatness. You will get tired of so much greatness.</p>
<a href="#" class="btn btn-primary">Tweet This</a>
</div>
</div>
<div class="card mb-3" style="width: 100%;">
<div class="card-body">
<!-- <h5 class="card-title">Card title</h5> -->
<p class="card-text">America is very far from great. I will only do the greatness. Nothing but the greatness. You will get tired of so much greatness.</p>
<a href="#" class="btn btn-primary">Tweet This</a>
</div>
</div>
<div class="card mb-3" style="width: 100%;">
<div class="card-body">
<!-- <h5 class="card-title">Card title</h5> -->
<p class="card-text">America is very far from great. I will only do the greatness. Nothing but the greatness. You will get tired of so much greatness.</p>
<a href="#" class="btn btn-primary">Tweet This</a>
</div>
</div>
<div class="card mb-3" style="width: 100%;">
<div class="card-body">
<!-- <h5 class="card-title">Card title</h5> -->
<p class="card-text">America is very far from great. I will only do the greatness. Nothing but the greatness. You will get tired of so much greatness.</p>
<a href="#" class="btn btn-primary">Tweet This</a>
</div>
</div>
<div class="container">
<div class="col-5">
<button type="button" class="btn btn-primary">Tweet it!</button>
</div>
<div class="offset-2"></div>
<div class="col-5">
<button type="button" class="btn btn-primary">Edit tweet!</button>
</div>
</div>
</div>
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
</body>
</html>