1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <script src="js/jquery.js"></script> <script src="js/3gc.js"></script> <!-- Project CSS --> <link href="css/3gc.css" rel="stylesheet"> <title>3GlassCare</title> </head> <body> <p><img src="img/splash_screen.png"/></p> <p><img id="img_rotate" src="" class="rotator"></img></p> </body>
|