15 lines
320 B
Plaintext
15 lines
320 B
Plaintext
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Numass run notes</title>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta http-equiv="refresh" content="30">
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1> Numass experiment run notes:</h1>
|
||
|
<#list notes as note>
|
||
|
<p>${note};</p>
|
||
|
</#list>
|
||
|
</body>
|
||
|
</html>
|