Skip to content

Commit ad043b0

Browse files
committed
Revert "Remove (apparently) unused files with reported security vulnerabilities"
This reverts commit ae7d38c.
1 parent ae7d38c commit ad043b0

File tree

3 files changed

+1312
-0
lines changed

3 files changed

+1312
-0
lines changed

css-template-1/ex-footnote.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!doctype html public '-//W3C//DTD HTML 4.01//EN'>
2+
<html lang=en>
3+
<title>Example “footnote”</title>
4+
<script type="text/javascript" src="jquery.min.js"></script>
5+
<script type="text/javascript" src="jquery.tpl_layout1.1.6-bb.js"></script>
6+
<script type="text/javascript">$(function() {$.setTemplateLayout();});</script>
7+
8+
<style type="text/css">
9+
div.section {
10+
grid: "*"
11+
"F"}
12+
.note {
13+
flow: F;
14+
content: counter(note) ".\A0" contents;
15+
counter-increment: note;
16+
font-size: smaller}
17+
.note::before {
18+
content: counter(note);
19+
vertical-align: super;
20+
font-size: larger}
21+
</style>
22+
23+
<p>(This example doesn't work with the JavaScript emulator.)
24+
25+
<div class=section>
26+
<p>The balubious coster of the fifth secter<span
27+
class=note> The sixth secter coster is a difter
28+
manon.</span> of The Rollow Carpug mentizes a costernica.
29+
<p>&hellip;
30+
</div>
31+
32+
</html>

css-template-1/jquery.min.js

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)