first commit
This commit is contained in:
20
html/06.html
Normal file
20
html/06.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/font.css">
|
||||
<link rel="stylesheet" href="css/bootstrap.css">
|
||||
<style>
|
||||
body {font-family:'Raleway', Arial, sans-serif; padding-top: 10px; padding-left: 10px; padding-right: 10px;}
|
||||
h2 {font-family:'Raleway', Arial, sans-serif; color: #E86A25;}
|
||||
h1,h3,h4,h5,h6,a {font-family:'Raleway', Arial, sans-serif; color: #38DAFF;}
|
||||
</style>
|
||||
<script>
|
||||
var iframes = document.getElementsByTagName('iframe');
|
||||
for (var i = 0; i < iframes.length; i++) {
|
||||
iframes[i].parentNode.removeChild(iframes[i]);
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<iframe marginheight="0" src="https://portainer.io/unfucktshirt" marginwidth="0" frameborder="0" height="100%" scrolling="no" width="100%"></iframe><br>
|
||||
</body>
|
||||
<html>
|
Reference in New Issue
Block a user