Changes to be committed:
modified: css/style.css modified: index.html
This commit is contained in:
17
index.html
17
index.html
@@ -17,6 +17,23 @@
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="preloader-1">
|
||||
<svg>
|
||||
<g>
|
||||
<path d="M 50,100 A 1,1 0 0 1 50,0"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M 50,75 A 1,1 0 0 0 50,-25"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient id="gradient" x1="0%" y1="0%" x2="0%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#BFE2FF;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#337AB7;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
<h1 class="header">darkshy@bronyfurry:~ <span class="dark">Dark<span class="shy">Shy</span></h1>
|
||||
|
||||
<h2 class="header outro">Просто серая пегаска..<span id="blink">|</span></h2>
|
||||
|
||||
Reference in New Issue
Block a user