WU-59
This commit is contained in:
parent
9183d0b82c
commit
e63c6d9346
BIN
templates/logo.jpg
Normal file
BIN
templates/logo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
@ -6,7 +6,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>Python Flask App</title>
|
||||
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="signup.css">
|
||||
<!-- <link href="http://getbootstrap.com/dist/css/bootstrap.min.css" rel="stylesheet"> -->
|
||||
|
||||
@ -111,6 +111,7 @@ body {font-family: Verdana, sans-serif;}
|
||||
<div class="header">
|
||||
<nav>
|
||||
<ul class="nav nav-pills pull-left">
|
||||
<img src="logo.jpg" alt="Logo" height="250" width="250">
|
||||
<!--<form><input type="button" value="Back" onClick="history.go(-1);return true;"></form>-->
|
||||
<!--<li role="presentation" class="active"><input type="button" value="Back" onClick="history.go(-1);return true;">
|
||||
</li>-->
|
||||
@ -131,52 +132,6 @@ body {font-family: Verdana, sans-serif;}
|
||||
<div class="col-xs-8">
|
||||
<!-- <iframe src="https://calendar.google.com/calendar/embed?src=micik220@gmail.com" style="border-width:0" width="500" height="350" frameborder="0" scrolling="no"></iframe> -->
|
||||
<iframe src="{{ calendar_src }}" style="border-width:0" width="500" height="350" frameborder="0" scrolling="no"></iframe>
|
||||
<!-- <div class="month"> -->
|
||||
<!-- <ul> -->
|
||||
<!-- <li>Listopad<br><span style="font-size:18px">2018</span></li> -->
|
||||
<!-- </ul> -->
|
||||
<!-- </div> -->
|
||||
<!-- <ul class="weekdays"> -->
|
||||
<!-- <li>Cz</li> -->
|
||||
<!-- <li>Pi</li> -->
|
||||
<!-- <li>So</li> -->
|
||||
<!-- <li>Ni</li> -->
|
||||
<!-- <li>Po</li> -->
|
||||
<!-- <li>Wt</li> -->
|
||||
<!-- <li>Śr</li> -->
|
||||
<!-- </ul> -->
|
||||
<!-- <ul class="days"> -->
|
||||
<!-- <li>1</li> -->
|
||||
<!-- <li>2</li> -->
|
||||
<!-- <li>3</li> -->
|
||||
<!-- <li>4</li> -->
|
||||
<!-- <li>5</li> -->
|
||||
<!-- <li>6</li> -->
|
||||
<!-- <li>7</li> -->
|
||||
<!-- <li>8</li> -->
|
||||
<!-- <li>9</li> -->
|
||||
<!-- <li>10</li> -->
|
||||
<!-- <li>11</li> -->
|
||||
<!-- <li>12</li> -->
|
||||
<!-- <li>13</li> -->
|
||||
<!-- <li>14</li> -->
|
||||
<!-- <li>15</li> -->
|
||||
<!-- <li>16</li> -->
|
||||
<!-- <li>17</li> -->
|
||||
<!-- <li>18</li> -->
|
||||
<!-- <li>19</li> -->
|
||||
<!-- <li>20</li> -->
|
||||
<!-- <li>21</li> -->
|
||||
<!-- <li>22</li> -->
|
||||
<!-- <li>23</li> -->
|
||||
<!-- <li>24</li> -->
|
||||
<!-- <li>25</li> -->
|
||||
<!-- <li>26</li> -->
|
||||
<!-- <li>27</li> -->
|
||||
<!-- <li><span class="active">28</span></li> -->
|
||||
<!-- <li>29</li> -->
|
||||
<!-- <li>30</li> -->
|
||||
<!-- </ul> -->
|
||||
</div>
|
||||
<p class="lead"></p>
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user