fixed things
This commit is contained in:
parent
f834b845c9
commit
dbde1b2df6
@ -5,3 +5,7 @@ html {
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
}
|
||||
.card {
|
||||
backdrop-filter: opacity(20%);
|
||||
backdrop-filter: blur(2px);
|
||||
}
|
||||
|
14
index.php
14
index.php
@ -15,16 +15,18 @@
|
||||
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||
|
||||
<!--My Custom Styleshit-->
|
||||
<link rel="stylesheet" href="css/styles.css">
|
||||
|
||||
|
||||
<!--MATERIALIZE-->
|
||||
<!--Import jQuery-->
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
|
||||
<!-- Compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
|
||||
<!-- Compiled and minified JavaScript -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
|
||||
<!--Import Google Icon Font-->
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
<!--Import materialize.css-->
|
||||
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
|
||||
|
||||
<!--My Custom Stylesheet-->
|
||||
<link rel="stylesheet" href="css/styles.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -10,7 +10,7 @@ $source = "https://github.com/Gensokian/ttt2-role_tra";
|
||||
#The Name of the Role
|
||||
$name = "Innocent";
|
||||
#The Description of the Role, HTML conform :)
|
||||
$description = "*Chuckles* I'm in Danger :)";
|
||||
$description = "(Chuckles) I'm in Danger :)";
|
||||
#Creator of the Addon
|
||||
$author = "Garry";
|
||||
#How To play
|
||||
|
Loading…
Reference in New Issue
Block a user