Compare commits

3 Commits

Author SHA1 Message Date
Simple_Not
411a973102 remake many certs
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-17 13:00:37 +10:00
Simple_Not
8b54e30493 remake many certs
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-17 12:58:15 +10:00
Simple_Not
353551b219 remake many certs
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-17 12:56:15 +10:00
2 changed files with 3 additions and 5 deletions

2
app.py
View File

@@ -25,7 +25,7 @@ js.build()
docker_short_id = socket.gethostname()
arango_client = ArangoClient(hosts='https://arango.vdk2ch.ru')
arango_client = ArangoClient(hosts='https://arango.guaranteedstruggle.host')
db = arango_client.db('board1', username='root', password='stolendick527')
# предполагается что меняться список будет весьма редко, поэтому подхватываем при лишь при перезапуске

View File

@@ -8,12 +8,10 @@
<div class="col s4 center">
<div class="card">
<div class="card-image">
<img class="img-responsive" src="https://static.vdk2ch.ru/test-public/sin.jpg" height="400px" width="320px">
<img class="img-responsive" src="https://static.guaranteedstruggle.host/test-public/sin.jpg" height="400px" width="320px">
</div>
<div class="card-content">
<p>
Dobro pozhalovat. AGAIN.
</p>
<p> Dobro pozhalovat. AGAIN. </p>
</div>
</div>
</div>