Added docs
This commit is contained in:
23
templates/index.html.ft
Normal file
23
templates/index.html.ft
Normal file
@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Example website</title>
|
||||
<meta name="Description" Content="Vault">
|
||||
|
||||
<link href="main.css" rel="stylesheet">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
|
||||
<link rel="manifest" href="/img/site.webmanifest">
|
||||
<script src="vault.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
|
||||
|
||||
<p style="text-align:center;"><img src="ferris.png" style="width:20%;"></p>
|
||||
<h1>Hello %%name%% %%surname%%<h1>
|
||||
|
||||
<h2>Today is the %%cmd: date%%<h2>
|
||||
|
||||
<p>This computer was %%cmd: uptime -p%%</p>
|
||||
@ -1,3 +0,0 @@
|
||||
Hello %%name%% %%surname%%
|
||||
|
||||
Today is the %%cmd: date%%
|
||||
Reference in New Issue
Block a user