forked from rpsthecoder/selected-text-action-menu
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
33 lines (30 loc) · 2.15 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="http://bit.ly/ghfavicon" width=32px>
<link rel="preload" href="twitter.png">
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Crimson+Text">
<title>Selected Text Action Menu Demo | rpsthecoder - Github Pages</title>
</head>
<body>
<h3>Select text in the paragraphs below and see a pop-up menu.</h3>
<div style="text-align: left;">
<a class=btn href="https://github.com/rpsthecoder/selected-text-action-menu" target=_blank><i class="fa fa-github fa-lg" aria-hidden="true"></i></a>
<a class=btn href="http://codepen.io/rpsthecoder/pen/evYGwB/left" target=_blank><i class="fa fa-codepen fa-lg" aria-hidden="true"></i></a>
<a class=btn href="http://bit.ly/selectedTextMenuDownload" target=_blank><i class="fa fa-cloud-download fa-lg" aria-hidden="true"></i></a>
</div>
<article>
<h1>The Hart and the Hunter</h1>
<p>The Hart was once drinking from a pool and admiring the noble figure he made there.</p>
<p>“Ah,” said he, “where can you see such noble horns as these, with such antlers! I wish I had legs more worthy to bear such a noble crown; it is a pity they are so slim and slight.”</p>
<p>At that moment a Hunter approached and sent an arrow whistling after him.</p>
<p>Away bounded the Hart, and soon, by the aid of his nimble legs, was nearly out of sight of the Hunter; but not noticing where he was going, he passed under some trees with branches growing low down in which his antlers were caught, so that the Hunter had time to come up.</p>
<p>“Alas! alas!” cried the Hart: “We Often Despise What Is Most Useful To Us.”</p>
</article>
<template id="shareBoxTemplate"><span id="shareBox"><button></button></span></template>
<script src="script.js"></script>
</body>
</html>