1 <!DOCTYPE html> |
1 <!DOCTYPE html> |
2 <html> |
2 <html> |
3 <head> |
3 <head> |
4 <link rel="icon" href="../static/favicon.ico" /> |
4 <link rel="icon" href="static/favicon.ico" /> |
5 <link rel="stylesheet" href="../static/style.css" /> |
5 <link rel="stylesheet" href="static/style.css" /> |
6 <title>LDraw part verification tool</title> |
6 <title>LDraw part verification tool</title> |
7 </head> |
7 </head> |
8 <body> |
8 <body> |
9 <div class="top-form"> |
9 <div class="top-form"> |
10 <h1>Check your part here</h1> |
10 <h1>Check your part here</h1> |