File: iter-exp.html

package info (click to toggle)
libhtml-element-library-perl 5.220000-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 336 kB
  • ctags: 45
  • sloc: perl: 857; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
<body>
	Here are the things I need from the store:
	<ul>
		<li class="store_items">bread</li>
		<li class="store_items">butter</li>
		<li class="store_items">vodka</li>
	</ul>
</body>