Add files via upload
This commit is contained in:
parent
511a37309e
commit
cdf441fd60
2 changed files with 110 additions and 0 deletions
20
blog.html
Normal file
20
blog.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
|
||||
<meta name="description" content="Blog powered by Matrix">
|
||||
<title>Blog</title>
|
||||
</head>
|
||||
<body>
|
||||
<table class="table is-bordered is-fullwidth">
|
||||
<tr>
|
||||
<th>АААААААААААААААААААААААААААААААА</th>
|
||||
</tr>
|
||||
</table>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/dompurify/3.0.6/purify.min.js" integrity="sha512-H+rglffZ6f5gF7UJgvH4Naa+fGCgjrHKMgoFOGmcPTRwR6oILo5R+gtzNrpDp7iMV3udbymBVjkeZGNz1Em4rQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
<!-- <script src="https://code.jquery.com/jquery-3.7.1.min.js"></script> -->
|
||||
<script src="blog.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue