48 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.9 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=01000070" rel="stylesheet" media="screen" />
 | |
| 		<link rel="stylesheet" href="src/styles/styleMobile.css?v=01000070" media="handheld,only screen and (max-device-width:480px)" />
 | |
| 		<link rel="icon" href="src/img/favicon.ico">
 | |
| 		<script src="src/scripts/jquery.min.js"></script>
 | |
| 		<script src="src/scripts/workout.js"></script>
 | |
| 	</head>
 | |
| 	<body id="main">
 | |
| 		<header id="header" class="default index-logo">
 | |
| 			<div>
 | |
| 				<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 workout-main-content" id="main-content">
 | |
| 				<h1 class="page-title">Программа тренировок</h1>			
 | |
| 				<div class="nickname-form">
 | |
| 					<p class="content-text">Для просмотра иформации введите ник:</p>
 | |
| 					<input id="nickname-input" name="nickname-input" type="text" class="nickname-input"></input>
 | |
| 					<br>
 | |
| 					<button id='nick-btn' class="nickname-button">Показать</button>
 | |
| 				</div>
 | |
| 				<table id='wt1' class="workout-table">					
 | |
| 				</table>
 | |
| 				<br>
 | |
| 				<table id='wt2' class="workout-table">
 | |
| 				</table>
 | |
| 			</section>
 | |
| 		</main>
 | |
| 		<footer>
 | |
| 			<section>
 | |
| 				<p id="footer">® Dhaverd 2022</p>
 | |
| 			</section>
 | |
| 		</footer>
 | |
| 	</body>
 | |
| </html> |