Fix
This commit is contained in:
parent
53bc13d468
commit
0a00793b8b
1 changed files with 2 additions and 5 deletions
|
|
@ -3,16 +3,13 @@
|
||||||
<head>
|
<head>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="../css/style.css">
|
<link rel="stylesheet" href="../css/style.css">
|
||||||
|
<meta charset="UTF-8">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
<div>Hej från 1.php</div>
|
<div>Hej från 1.html</div>
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<a href="/info.php">Vad är detta för nåt?</a>
|
|
||||||
<div class="footer-text">
|
|
||||||
vBytes | vbytes.se
|
|
||||||
</div>
|
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Reference in a new issue