File: highlander2.html

package info (click to toggle)
libhtml-element-library-perl 5.220000-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 332 kB
  • sloc: perl: 857; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
<span klass="highlander" id="age_dialog">
	<span id="under10">
		Hello, little <span id=age>AGE</span>-year old, does your mother know you're using her AOL account?
	</span>
	<span id="under18">
		Sorry, you're only <span id=age>AGE</span> (and too dumb to lie about your age)
	</span>
	<span id="welcome">
		Welcome, isn't it good to be <span id=age>AGE</span> years old?
	</span>
</span>