Spaces:
Runtime error
Runtime error
CaesarCloudSync commited on
Commit ·
0774848
1
Parent(s): ca6747a
RevisionBank Revision Notecard Initial Design Finished!
Browse files- static/RevisionBankLogo.svg +12 -0
- templates/hello.html +11 -0
static/RevisionBankLogo.svg
ADDED
|
|
templates/hello.html
CHANGED
|
@@ -38,6 +38,17 @@
|
|
| 38 |
<script> var textarea = document.getElementById('revisioncardid'); textarea.innerHTML = "{{ revisioncard }}" </script>
|
| 39 |
</head>
|
| 40 |
<body style="background-color: #141212;" onload="myFunction()">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
|
| 42 |
<div id="time" style="text-align:right;" width="100%">
|
| 43 |
<div style="display: flex;justify-content: center;align-items: center;">
|
|
|
|
| 38 |
<script> var textarea = document.getElementById('revisioncardid'); textarea.innerHTML = "{{ revisioncard }}" </script>
|
| 39 |
</head>
|
| 40 |
<body style="background-color: #141212;" onload="myFunction()">
|
| 41 |
+
<div style="display: flex;">
|
| 42 |
+
<div style="position: relative;left:30px;top:30px">
|
| 43 |
+
<div style="display: flex;gap:10px">
|
| 44 |
+
<a href="https://revisionbank.org/" target="_blank" rel="noopener noreferrer">
|
| 45 |
+
<img src="{{ url_for('static', path='RevisionBankLogo.svg') }}"></img>
|
| 46 |
+
</a>
|
| 47 |
+
<h1 style="color: white;font-size: 20px;position: relative;top:23px;left:5px">RevisionBank</h1>
|
| 48 |
+
|
| 49 |
+
</div>
|
| 50 |
+
</div>
|
| 51 |
+
</div>
|
| 52 |
|
| 53 |
<div id="time" style="text-align:right;" width="100%">
|
| 54 |
<div style="display: flex;justify-content: center;align-items: center;">
|