-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhead.php
More file actions
19 lines (19 loc) · 790 Bytes
/
head.php
File metadata and controls
19 lines (19 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" type="text/css" href="style.css" media="all">
<title>KeyGenerator</title>
</head>
<body>
<div id="container">
<h1><a href="index.php<?php if($_GET['lang'] != '') { ?>?lang=<?php echo $_GET['lang']; } ?>">Key Generator</a></h1>
<?php if($_GET['lang'] == 'fr') { ?>
<h2>Générateur de clés aléatoires</h2>
<?php } else { ?>
<h2>Random Key Generator</h2>
<?php } ?>
<h2>
<?php if($_GET['lang'] != 'en' AND $_GET['lang'] != '') { ?><a href="?lang=en">EN</a><?php } ?>
<?php if($_GET['lang'] != 'fr') { ?><a href="?lang=fr">FR</a><?php } ?>
</h2>