This repository has been archived on 2021-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
eltelive/tmpl/legal.html

43 lines
956 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Legal Disclaimer</title>
<meta name="robots" content="noindex,nofollow" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<style>
body {
width: 60em;
margin: 0 auto;
font-family: sans-serif;
}
img {
float: left;
margin: 2em;
}
h3 {
clear: both;
}
</style>
</head>
<body>
<img src="logosmall.jpeg" alt="Logo Small" width="128" height="128"/><br/><br/><br/>
<p><ul>
<li/><a href="#eng">English: Disclaimer, Data Management and Copyright Notice</a>
</ul></p>
<h3><a name="eng">DISCLAIMER, DATA MANAGEMENT, AND COPYRIGHT NOTICE
ON LECTURES HELD VIA STREAMING<sup>1</sup>
</a></h3>
<p>
To be done...
</p>
<dl>
<dt/><sup>1</sup>Live streaming
<dd/>or live web streaming is a type of streaming and refers to the live transmission of multimedia content over the Internet.
</dl>
<br/><p><a href="index.html">Back to usage</a></p>
</body>
</html>