Skip to content

Instantly share code, notes, and snippets.

View MeTaNoV's full-sized avatar
🎯
Focusing

Pascal Gula MeTaNoV

🎯
Focusing
View GitHub Profile
@MeTaNoV
MeTaNoV / app.html
Created December 8, 2015 22:48 — forked from ebidel/app.html
Fast Polymer app loading - optimized for first render, progressively enhanced lazy loading
<!DOCTYPE html>
<html>
<head>
<style>
body.loading #splash {
opacity: 1;
}
#splash {
position: absolute;
top: 0;