mirror of https://github.com/Oreolek/fikugsen.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
694 B
HTML
19 lines
694 B
HTML
<!DOCTYPE html>
|
|
<html lang="ru"><head>
|
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
|
<title>Генератор персонажа</title>
|
|
<link rel="stylesheet" media="all" href="style.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<script src="jquery.min.js" type="text/javascript"></script>
|
|
<script src="script.js" type="text/javascript"></script>
|
|
</head>
|
|
<body>
|
|
<div id="wrapper_overview">
|
|
<div class="group" id="specials"></div>
|
|
<div class="group" id="derived"></div>
|
|
<div class="group">Осталось отметить навыков: <div id="skills_to_tag"></div></div>
|
|
<div id="skills" class="group"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|