Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
romulocintra committed Aug 8, 2018
1 parent ac565e0 commit 62af1b7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/index.html
Expand Up @@ -3,15 +3,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0">
<title>o-content-placeholder</title>
<script src="https://unpkg.com/@o-rango/orango-demo-tools/dist/orango-demo-tools.js">
<script async src="https://unpkg.com/@o-rango/o-content-placeholder/dist/o-content-placeholder.js"></script>
</head>

<body>

<o-demo-bar name="Demo o-content-placeholder">
<o-demo-case name="Placeholders with Circle Avatar - Animated">
<template>
<script src="./build/o-content-placeholder.js"></script>
<script async src="https://unpkg.com/@o-rango/o-content-placeholder/dist/o-content-placeholder.js"></script>
<style>
.container {
background-color: white;
Expand Down Expand Up @@ -40,7 +39,7 @@

<o-demo-case name="Placeholders with Square Avatar - Animated">
<template>
<script src="./build/o-content-placeholder.js"></script>
<script async src="https://unpkg.com/@o-rango/o-content-placeholder/dist/o-content-placeholder.js"></script>
<style>
.container {
background-color: white;
Expand Down Expand Up @@ -70,7 +69,7 @@

<o-demo-case name="Random Size - no animation">
<template>
<script src="./build/o-content-placeholder.js"></script>
<script async src="https://unpkg.com/@o-rango/o-content-placeholder/dist/o-content-placeholder.js"></script>
<style>
.container {
background-color: white;
Expand Down

0 comments on commit 62af1b7

Please sign in to comment.