Line 3: | Line 3: | ||
{{NAU-CHINA/header}} | {{NAU-CHINA/header}} | ||
<html> | <html> | ||
− | < | + | <head> |
− | < | + | <style> |
+ | /*定义加载图像的格式*/ | ||
+ | #loading_icon { | ||
+ | position: fixed; | ||
+ | left: 0px; | ||
+ | top: 0px; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | z-index: 9999; | ||
+ | background: url("https://static.igem.org/mediawiki/2018/4/42/T--NAU-CHINA--loading_icon.png") center no-repeat black; | ||
+ | background-size: 300px; | ||
+ | } | ||
+ | /*————————END——————————*/ | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | <div id="loading_icon"></div> | ||
</body> | </body> | ||
Revision as of 14:18, 1 October 2018