Changes
This commit is contained in:
parent
b00662b1fe
commit
8677395d2d
22 changed files with 1311 additions and 216 deletions
28
test/xyz/hhh/succ/index.php
Executable file
28
test/xyz/hhh/succ/index.php
Executable file
|
@ -0,0 +1,28 @@
|
|||
<?php //require('../../../../header.php') ?>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Calculators</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<link rel="stylesheet" id="theme" href="/res/css/dark.min.css" type="text/css" />
|
||||
<link rel="shortcut icon" href="/res/img/icons/ico/calc.ico" type="image/x-icon">
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Calculators">
|
||||
<meta property="og:description" content="C a l c u l a t o r s">
|
||||
<meta property="og:image" content="/res/img/icons/png/calc.png">
|
||||
|
||||
<script lang="javascript" src="/res/js/themeswap.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<?php require('../../../../header.php') ?>
|
||||
|
||||
<div id="pagebody">
|
||||
<div id="content">
|
||||
</div> <!-- content -->
|
||||
</div> <!-- pagebody -->
|
||||
</div> <!-- page -->
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue