50 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="ru">
 | |
| 	<head>
 | |
| 		<meta charset="utf-8">
 | |
| 		<meta name="viewport" content="width=device-width">
 | |
| 		<title>Dhaverd</title>
 | |
| 		<link href="src/styles/style.css?v=01000052" rel="stylesheet" media="screen" />
 | |
| 		<link rel="stylesheet" href="src/styles/styleMobile.css?v=01000052" media="handheld,only screen and (max-device-width:480px)" />
 | |
| 		<link rel="icon" href="src/img/favicon.ico">			
 | |
| 	</head>
 | |
| 	<body id="main">
 | |
| 		<header id="header" class="default index-logo">
 | |
| 			<div class="logo-img">
 | |
| 				<a  href="index.html"><img class="header-img" src="src/img/dhaverd2.png"></a>
 | |
| 			</div>
 | |
| 		</header>
 | |
| 		<main>
 | |
| 			<section class="side-bar">
 | |
| 				<p class="mainp"><a class="side-href" href="index.html">Главная</a></p>
 | |
| 				<p class="gitea"><a class="side-href" href="http:\\176.114.129.4:3000">Gitea</a></p>
 | |
| 				<p class="servers"><a class="side-href" href="servers.html">Сервера</a></p>
 | |
| 				<p class="mychat"><a class="side-href" href="mychat.html">MyChat</a></p>
 | |
| 				<p class="workout-area"><a class="side-href" href="workout.html">Программа тренировок</a></p>
 | |
| 			</section>
 | |
| 			<section class="main-content signin-main-content" id="main-content">
 | |
| 				<h1 id="signinh1" class="page-title">Регистрация</h1>
 | |
| 				<section class="signin-main">
 | |
| 					<section class="signin-left"></section>
 | |
| 					<section class="signin-form">
 | |
| 						<form id="form">
 | |
| 							<input id="login" class="signin-input" type="text" name="login">
 | |
| 							<input id="password" class="signin-input" type="password" name="password">
 | |
| 							<input id="password2" class="signin-input" type="password" name="password">
 | |
| 							<label class="password-label"><input id="password-checkbox" type="checkbox" value="">Показать пароль</label>
 | |
| 							<input class="signin-input signin-button" type="submit" name="send" value="Зарегистрироваться">
 | |
| 						</form>
 | |
| 					</section>
 | |
| 					<section class="signin-right"></section>
 | |
| 				</section>
 | |
| 			</section>
 | |
| 		</main>
 | |
| 		<footer>
 | |
| 			<section>
 | |
| 				<p id="footer">® Dhaverd 2022</p>
 | |
| 			</section>
 | |
| 		</footer>
 | |
| 		<script src="src/scripts/jquery.min.js?v=0000001"></script>
 | |
| 		<script src="src/scripts/signin.js?v=0000001"></script>	
 | |
| 	</body>	
 | |
| </html> |