Stylize Minecraft guide buttons
This commit is contained in:
parent
9499d4cd98
commit
77f1b59ace
@ -2,6 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-meta.php';?>
|
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-meta.php';?>
|
||||||
|
<link href="/styles/buttons.css" type="text/css" rel="stylesheet" />
|
||||||
<link rel="shortcut icon" href="/favicon.ico" />
|
<link rel="shortcut icon" href="/favicon.ico" />
|
||||||
<title>9iron</title>
|
<title>9iron</title>
|
||||||
</head>
|
</head>
|
||||||
@ -12,7 +13,13 @@
|
|||||||
<h1>Modded Minecraft</h1>
|
<h1>Modded Minecraft</h1>
|
||||||
<p>It's been a go-to of ours for a while. Ongoing and historical modpacks are listed here for your convenience and participation.</p>
|
<p>It's been a go-to of ours for a while. Ongoing and historical modpacks are listed here for your convenience and participation.</p>
|
||||||
<p>At-a-glance information is provided here for the various packs we play.</p>
|
<p>At-a-glance information is provided here for the various packs we play.</p>
|
||||||
<a href="/minecraft/setup" class="quickbutton">Setting Up Modded Minecraft</a>
|
<div class="iconbuttoncontainer">
|
||||||
|
<a href="/minecraft/setup" class="iconbutton">
|
||||||
|
<i class="fa fa-play"></i>
|
||||||
|
<h1>Setup</h1>
|
||||||
|
<p>Set up an entire modded Minecraft environment</p>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<h1>Current Modpacks</h1>
|
<h1>Current Modpacks</h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user