blah
This commit is contained in:
15
test5/index.html
Normal file
15
test5/index.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!doctype blah>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>f0ck-fe test</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="./style.css" rel="stylesheet" media="all">
|
||||
</head>
|
||||
<body>
|
||||
<div id="page">
|
||||
<section id="wall"></section>
|
||||
</div>
|
||||
<script src="./script.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user