Skip to content

Commit 38aa368

Browse files
author
Niko
committed
add doctype and lang, remove style type to make w3 validator happy
1 parent c6b4111 commit 38aa368

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build/index.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?php
22
if(!isset($_FILES['file'])) {
33
?>
4-
<html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /><title>file sharing</title>
5-
<style type="text/css">
4+
<!DOCTYPE html>
5+
<html lang="en"><head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /><title>file sharing</title>
6+
<style>
67
a {
78
color: black;
89
text-decoration: underline;

0 commit comments

Comments
 (0)