Update index.html
This commit is contained in:
parent
09b1d705d5
commit
7255413165
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
|||
layout: default
|
||||
---
|
||||
|
||||
<script type="text/javascript">
|
||||
if (window.clipboardData)
|
||||
alert("Get a better browser! - This website dose not support Internet Explorer.");
|
||||
</script>
|
||||
|
||||
<div class="teaserimage">
|
||||
<div class="teaserimage-image" {% if site.cover %}style="background-image: url({{ site.cover }})"{% endif %}>
|
||||
Teaser Image
|
||||
|
|
Loading…
Reference in a new issue