|
3 | 3 | {% block title %}CodeWe{% endblock %} |
4 | 4 |
|
5 | 5 | {% block head %} |
6 | | - <link rel="stylesheet" href="{{ url_for('static', filename = 'css/index.css') }}"> |
7 | | - <link rel="background-image" href="{{url_for('static', filename='img/bk.png')}}"> |
| 6 | + <link rel="stylesheet" href="{{ url_for('static', filename = 'css/index.css') }}"> |
| 7 | + <link rel="background-image" href="{{url_for('static', filename='img/bk.png')}}"> |
8 | 8 | {% endblock %} |
9 | 9 |
|
10 | 10 | {% block corps %} |
11 | 11 | <div id="section"> |
12 | | - <table> |
13 | | - <tbody> |
14 | | - <!-- ROW 1 --> |
15 | | - <tr> |
16 | | - <!-- 1 --> |
17 | | - <td></td> |
18 | | - <!-- 2 --> |
19 | | - <td></td> |
20 | | - <!-- 3 --> |
21 | | - <td></td> |
22 | | - <!-- 4 MID --> |
23 | | - <td class="first_last"> |
24 | | - <img src="{{url_for('static', filename='img/1x/Computer Screen.png')}}" alt=""> |
25 | | - </td> |
26 | | - <!-- 5 --> |
27 | | - <td></td> |
28 | | - <!-- 6 --> |
29 | | - <td></td> |
30 | | - <!-- 7 --> |
31 | | - <td></td> |
32 | | - </tr> |
33 | | - |
34 | | - <!-- ROW 2 --> |
35 | | - <tr> |
36 | | - <!-- 1 --> |
37 | | - <td></td> |
38 | | - <!-- 2 --> |
39 | | - <td></td> |
40 | | - <!-- 3 --> |
41 | | - <td class="second"> |
42 | | - <img src="{{url_for('static', filename='img/1x/Computer Screen.png')}}" alt=""> |
43 | | - </td> |
44 | | - <!-- 4 MID --> |
45 | | - <td></td> |
46 | | - <!-- 5 --> |
47 | | - <td class="second"> |
48 | | - <img src="{{url_for('static', filename='img/1x/Computer Screen.png')}}" alt=""> |
49 | | - </td> |
50 | | - <!-- 6 --> |
51 | | - <td></td> |
52 | | - <!-- 7 --> |
53 | | - <td></td> |
54 | | - </tr> |
55 | | - |
56 | | - <!-- ROW 3 --> |
57 | | - <tr> |
58 | | - <!-- 1 --> |
59 | | - <td></td> |
60 | | - <!-- 2 --> |
61 | | - <td class="third"> |
62 | | - <img src="{{url_for('static', filename='img/1x/Computer Screen.png')}}" alt=""> |
63 | | - </td> |
64 | | - <!-- 3 --> |
65 | | - <td></td> |
66 | | - <!-- 4 MID --> |
67 | | - <td></td> |
68 | | - <!-- 5 --> |
69 | | - <td></td> |
70 | | - <!-- 6 --> |
71 | | - <td class="third"> |
72 | | - <img src="{{url_for('static', filename='img/1x/Computer Screen.png')}}" alt=""> |
73 | | - </td> |
74 | | - <!-- 7 --> |
75 | | - <td></td> |
76 | | - </tr> |
77 | | - |
78 | | - <!-- ROW 4 MID ROW--> |
79 | | - <tr> |
80 | | - <!-- 1 --> |
81 | | - <td class="center"> |
82 | | - <img src="{{url_for('static', filename='img/1x/Computer Screen.png')}}" alt=""> |
83 | | - </td> |
84 | | - <!-- 2 --> |
85 | | - <td></td> |
86 | | - <!-- 3 --> |
87 | | - <td></td> |
88 | | - <!-- 4 MID --> |
89 | | - <td class="center"> |
90 | | - <form action="/create_document" method="post"> |
91 | | - <button type="submit" id="new_document_button">Create Document</button> |
92 | | - </form> |
93 | | - </td> |
94 | | - <!-- 5 --> |
95 | | - <td></td> |
96 | | - <!-- 6 --> |
97 | | - <td></td> |
98 | | - <!-- 7 --> |
99 | | - <td class="center"> |
100 | | - <img src="{{url_for('static', filename='img/1x/Computer Screen.png')}}" alt=""> |
101 | | - </td> |
102 | | - </tr> |
103 | | - |
104 | | - <!-- ROW 5 --> |
105 | | - <tr> |
106 | | - <!-- 1 --> |
107 | | - <td></td> |
108 | | - <!-- 2 --> |
109 | | - <td class="third"> |
110 | | - <img src="{{url_for('static', filename='img/1x/Computer Screen.png')}}" alt=""> |
111 | | - </td> |
112 | | - <!-- 3 --> |
113 | | - <td></td> |
114 | | - <!-- 4 MID --> |
115 | | - <td></td> |
116 | | - <!-- 5 --> |
117 | | - <td></td> |
118 | | - <!-- 6 --> |
119 | | - <td class="third"> |
120 | | - <img src="{{url_for('static', filename='img/1x/Computer Screen.png')}}" alt=""> |
121 | | - </td> |
122 | | - <!-- 7 --> |
123 | | - <td></td> |
124 | | - </tr> |
125 | | - |
126 | | - <!-- ROW 6 --> |
127 | | - <tr> |
128 | | - <!-- 1 --> |
129 | | - <td></td> |
130 | | - <!-- 2 --> |
131 | | - <td></td> |
132 | | - <!-- 3 --> |
133 | | - <td class="second"> |
134 | | - <img src="{{url_for('static', filename='img/1x/Computer Screen.png')}}" alt=""> |
135 | | - </td> |
136 | | - <!-- 4 MID --> |
137 | | - <td></td> |
138 | | - <!-- 5 --> |
139 | | - <td class="second"> |
140 | | - <img src="{{url_for('static', filename='img/1x/Computer Screen.png')}}" alt=""> |
141 | | - </td> |
142 | | - <!-- 6 --> |
143 | | - <td></td> |
144 | | - <!-- 7 --> |
145 | | - <td></td> |
146 | | - </tr> |
147 | | - |
148 | | - <!-- ROW 7 --> |
149 | | - <tr> |
150 | | - <!-- 1 --> |
151 | | - <td></td> |
152 | | - <!-- 2 --> |
153 | | - <td></td> |
154 | | - <!-- 3 --> |
155 | | - <td></td> |
156 | | - <!-- 4 MID --> |
157 | | - <td class="first_last"> |
158 | | - <img src="{{url_for('static', filename='img/1x/Computer Screen.png')}}" alt=""> |
159 | | - </td> |
160 | | - <!-- 5 --> |
161 | | - <td></td> |
162 | | - <!-- 6 --> |
163 | | - <td></td> |
164 | | - <!-- 7 --> |
165 | | - <td></td> |
166 | | - </tr> |
167 | | - |
168 | | - </tbody> |
169 | | - </table> |
| 12 | + <form action="/create_document" method="post"> |
| 13 | + <button type="submit" id="new_document_button">Create Document</button> |
| 14 | + </form> |
170 | 15 | </div> |
171 | 16 | {% endblock %} |
0 commit comments