mirror of
https://github.com/wassname/mad.git
synced 2026-08-11 11:21:14 +08:00
22 lines
844 B
HTML
22 lines
844 B
HTML
<html>
|
|
<head>
|
|
<script src="js/jquery.min.js"></script>
|
|
<script src="js/popup.js"></script>
|
|
<link rel="stylesheet" href="css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
|
|
<link rel="stylesheet" href="css/main.css">
|
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
|
|
|
|
</head>
|
|
|
|
<body style="width:150px">
|
|
<div> Yo Swag Son: </div>
|
|
<div id="enabler">
|
|
<input id="enable_button" class="btn btn-primary" type="submit" value="Don't Kill My Vibe"> </input> </div>
|
|
<div id="blacklist">
|
|
<input id="blacklist_button" class="btn btn-primary" type="submit" value="This shit aint cool."> </input></div>
|
|
<div id="whitelist">
|
|
<input id="whitelist_button" class="btn btn-primary" type="submit" value="This shit ballin"> </input></div>
|
|
</body>
|
|
</html>
|