Добавлен сброс
This commit is contained in:
@ -3,13 +3,17 @@
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
||||
<title>Example for kids</title>
|
||||
</head>
|
||||
|
||||
<body class="h-100">
|
||||
<div class="container h-100">
|
||||
<div class="d-flex justify-content-end pt-3">
|
||||
<button class="btn btn-primary" type="button" id="reset-button"><i class="fas fa-sync"></i></button>
|
||||
</div>
|
||||
<div class="row align-items-center justify-content-center h-100">
|
||||
|
||||
<div class="col">
|
||||
<div class="row justify-content-center StartPage d-none">
|
||||
<form id="start-form" class="col StartPage__container">
|
||||
@ -42,6 +46,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://kit.fontawesome.com/008e1ef4e8.js" crossorigin="anonymous"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user