🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-10-18 20:01:03 -04:00
parent 0f7c897742
commit 125eb060c2
7 changed files with 870 additions and 2 deletions

View File

@@ -0,0 +1,45 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<!--
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
##@Version :
# @Author : Jason
# @Contact : jason@casjaysdev.com
# @License : WTFPL
# @ReadME : env --help
# @Copyright : Copyright (c) 2021, Casjays Developments
# @Created : Sunday Apr 11, 2021 21:06:35 EDT
# @File : env
# @Description :
# @TODO :
# @Other :
# @Resource :
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-->
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Keywords" content="Casjay, CasjaysDev, Jason M. Hempstead, Website, About Me">
<meta name="Description" content="Created By Casjays Developments">
<meta name="generator" content="CasjaysDev">
<link rel="shortcut icon" href="https://static.casjay.net/favicon.ico" />
<!-- Begin Main Site -->
<title>PHP Info</title>
</head>
<!-- Begin Body -->
<body>
<!-- Begin Main Body -->
<?php phpinfo () ?>
<!-- End Main End Body -->
</body>
</html>