kopia lustrzana https://github.com/cirospaciari/socketify.py
19 wiersze
561 B
HTML
19 wiersze
561 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Static Test</title>
|
|
<link rel="icon" type="image/x-icon" href="/images/favicon.png">
|
|
<link rel="stylesheet" href="/css/main.css">
|
|
<script defer src="/js/main.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
<h1>This title Must be red</h1>
|
|
<video controls>
|
|
<source src="/media/flower.webm" type="video/webm">
|
|
</video>
|
|
</body>
|
|
</html> |