Add asasasdas.txt

main
koolaid 2023-11-07 23:11:41 -05:00
parent 72a1c5fb54
commit ec71b5dd53
1 changed files with 32 additions and 0 deletions

32
asasasdas.txt Normal file
View File

@ -0,0 +1,32 @@
<html>
<head>
<title>hi</title>
<style>
body{
background-color:grey
}
h1,p{
position: relative;
top: 10%;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
div{
border-radius: 12px;
width: 95%;
height: 250;
border-color: azure;
background-color: #a9a9a9;
align-items: center;
}
</style>
</head>
<body>
<center>
<div>
<h1>welcome to microsandbox</h1>
<br/>
<h1>Get all the servers addons </h1><a href="https://steamcommunity.com/sharedfiles/filedetails/?id=2887468182">here</a>
</div>
</center>
</body>
</html>