Git Codebase - Sn0wlink IT
FredMin
Code:
Download ZIP
🗀 config
🗀 custom-modules
🗀 docs
🗀 images
🗀 modules
🗀 plugins
🗀 software
- NOTES -
FredMin-1.0.zip
LICENSE
README.md
_config.yml
config.json
favicon-old.ico
favicon.ico
foot.php
functions.php
head.php
index-development.php
index.php
modules.php
screenshot.png
template.html
testcode.php
template.html
<html> <head> <link rel="icon" href="favicon.ico" type="image/x-icon" /> <link rel="stylesheet" href="config/style.php" type="text/css"> <title>%BRANDING% - %TITLE%</title> </head> <body> <div class='header'> <a href='index.php'><img class="logo" src='images/header.png'></a> <p class='pagetitle'>Welcome to %BRANDING%</p> </div> <div class='menu'> %STATS% <p class='copyright'>© 2019 Fred <br />Powered by Tea &<br />1 Jammie Dodger</p> </div> <div class='content'> %ERROR%%CONTENT% </div> </body> </html>