РАСКУРx3
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='assets/css/fonts.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='assets/css/style.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/fonts.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
|
||||
<title>thematdev</title>
|
||||
</head>
|
||||
<body>
|
||||
@@ -12,15 +12,15 @@
|
||||
<p> Тут можно подпись какую-то сделать </p>
|
||||
<p> Ваш IQ: {{ random_number }}</p>
|
||||
<div class="btn-container">
|
||||
<button onclick="location.href='{{texlink}}'" type="button" class="btn-tex">
|
||||
<p> TeX </p>
|
||||
</button>
|
||||
<button type="button">
|
||||
<a href="{{texlink}}" class="btn btn-tex">
|
||||
TeX
|
||||
</a>
|
||||
<a class="btn">
|
||||
Wiki
|
||||
</button>
|
||||
<button onclick="location.href='https://t.me/thematdev'" type="button">
|
||||
</a>
|
||||
<a class="btn" href="https://t.me/thematdev">
|
||||
TG
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -31,7 +31,7 @@
|
||||
{% for project in projects %}
|
||||
<div class="project-element">
|
||||
<h1> {{ project.title }}</h1>
|
||||
<img src="{{ url_for('static', filename='assets/{0}'.format(project.image))}}" width=200 height=200>
|
||||
<img src="{{ url_for('static', filename=project.image)}}" width=200 height=200>
|
||||
<p> {{ project.description }} </p>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
@@ -3,8 +3,8 @@
|
||||
<head>
|
||||
<title>thematdev</title>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="static/assets/css/fonts.css">
|
||||
<link rel="stylesheet" href="static/assets/css/teststyle.css">
|
||||
<link rel="stylesheet" href="/static/css/fonts.css">
|
||||
<link rel="stylesheet" href="/static/css/teststyle.css">
|
||||
<script>
|
||||
MathJax = {
|
||||
tex: {
|
||||
|
Reference in New Issue
Block a user