forked from bevacqua/react-dragula
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
13 lines (13 loc) · 1.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<link rel="shortcut icon" href="favicon.ico">
<link href='dist/dragula.css' rel='stylesheet' type='text/css' />
<link href='example/example.css' rel='stylesheet' type='text/css' />
<title>react-dragula</title>
<h1><a href='https://github.com/bevacqua/react-dragula'><img src='resources/logo.svg' onerror='this.src="resources/logo.png"' alt='react-dragula'/></a></h1>
<h3 class='tagline'>Drag and drop so simple it hurts</h3>
<a href='https://github.com/bevacqua/react-dragula'>
<img class='gh-fork' src='https://camo.githubusercontent.com/52760788cde945287fbb584134c4cbc2bc36f904/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f77686974655f6666666666662e706e67' alt='Fork me on GitHub' data-canonical-src='https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png' />
</a>
<div id='examples'></div>
<h3>Get it on GitHub! <a href='https://github.com/bevacqua/react-dragula'>bevacqua/react-dragula</a></h3>
<script src='example/example.js'></script>