X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=index.php;h=493069aafaee7b9a57541b3a39c434b11f38db43;hb=0f6d6e94b76efb5cc8d115acb9d20dc23c06e7ff;hp=de3e754a635d802a71261097ec4709cc92fa43e3;hpb=77ad7d89369ca16171b87014f32b72ade198a144;p=dylansserver.git diff --git a/index.php b/index.php index de3e754..493069a 100644 --- a/index.php +++ b/index.php @@ -1,26 +1,4 @@ - - - - - - dylanstestserver/title> - <link href="includes/style.css" rel="stylesheet" type="text/css"> - <link rel="icon" href="icon.png" type="image/png"> -</head> -<body> - -<div id="structure" - <div id="banner"> - <img src="images/dylanstestserver.png" /> - </div> - <div id="content"> - <div style="float:right"> - <a href="kjondesign/">kjondesign/</a> - </div> - </div> -<br><br> -</div> -</body> -</html> - +<?php +require_once("controller.php"); +cms::init(); +?>