Compare commits

...

2 Commits

Author SHA1 Message Date
471a3e29fd Update testing.php 2022-03-28 10:55:47 +02:00
7d869ff5d7 Update index.php 2022-03-28 10:55:44 +02:00
2 changed files with 34 additions and 46 deletions

View File

@ -18,16 +18,13 @@
<!--My Custom Styleshit--> <!--My Custom Styleshit-->
<link rel="stylesheet" href="css/styles.css"> <link rel="stylesheet" href="css/styles.css">
<!--MATERIALIZE--> <!--MATERIALIZE-->
<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"/>
<!--jQuery-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.js"></script>
</head> </head>
<body> <body>
@ -44,9 +41,7 @@
<div class="card-tabs"> <div class="card-tabs">
<ul class="tabs tabs-fixed-width"> <ul class="tabs tabs-fixed-width">
<li class="tab"> <li class="tab">
<a class="active" href="#'.$name.'h2p"> <a class="active" href="#'.$name.'h2p">How to play</a>
How to play
</a>
</li> </li>
<li class="tab"> <li class="tab">
<a href="#'.$name.'pbw">Plays best with</a> <a href="#'.$name.'pbw">Plays best with</a>
@ -67,6 +62,8 @@
'; ';
} }
?> ?>
</div> </div>

View File

@ -19,15 +19,6 @@
<link rel="stylesheet" href="css/styles.css"> --> <link rel="stylesheet" href="css/styles.css"> -->
<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>
</head> </head>
<body> <body>