41 lines
839 B
HTML
41 lines
839 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>{{ProgName}} - {{Title}}</title>
|
|
<link rel="stylesheet" href="/static/node_modules/bootstrap/dist/css/bootstrap.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
<style type="text/css">
|
|
.spoiler{
|
|
display:none;
|
|
}
|
|
.mywindow2 {
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body class ="b-page">
|
|
{{UserHeader|safe}}
|
|
|
|
|
|
<ul>
|
|
<li><b>Телефон:</b> 47-81-47</li>
|
|
<!-- <li><b>E-Mail:</b> <a target="_blank" href="mailto:art18craft@gmail.com" >art18craft@gmail.com</a></li> -->
|
|
<li><a target="_blank" href="https://vk.com/work_elforcer">ВКонтакте</a></li>
|
|
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
{{UserBottom|safe}}
|
|
</body>
|
|
</html>
|
|
|