Update index.php
This commit is contained in:
parent
c820732e9b
commit
7d869ff5d7
19
index.php
19
index.php
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user