com2014-server/resources/static/index.html

26 lines
964 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<title>Document</title>
</head>
<body>
<div class="container">
<h1>Hello</h1>
<div class="ratio ratio-16x9">
<iframe src="preview.html" title="YouTube video" allowfullscreen></iframe>
</div>
</div>
<section>
<div class="container">
<div class="row">
<h1>Leader</h1>
<label for="formFileLg" class="form-label">Large file input example</label>
<input class="form-control form-control-lg" id="formFileLg" type="file" />
</div>
</div>
</section>
</body>
</html>