1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
VILLASnode/web/index.html

59 lines
1.4 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>VILLASnode: Connecting real-time power grid simulation equipment</title>
<style>
body {
margin: 5em;
}
h2 {
margin-bottom: 2em;
text-align: center;
}
h2 > a {
margin:; 1em;
padding: 0.5em;
border: 1px solid black;
border-radius: 8px;
background-color: lightgrey;
}
* {
font-family: sans-serif;
}
a:visited {
color: black;
}
</style>
</head>
<body>
<h1 style="margin-bottom: 2em">VILLASnode: Connecting real-time power grid simulation equipment</h1>
<h2><a href="socket/">WebSocket Mockup</a></h2>
<h2><a href="doc/">Documentation</a></h2>
<!-- <p>
<ul>
<li>Source Code: <a href="http://git.rwth-aachen.de/VILLASframework/VILLASnode">RWTH GitLab</a></li>
<li><a href="doc/">Documentation</a></li>
<li><a href="coverage/">Coverage</a></li>
<li><a href="socket/">WebSocket demo</a></li>
</ul>
</p>
-->
<h3>Contact</h3>
<p>
<ul>
<li><a href="https://villas.0l.de">VILLASframework Website</a></li>
<li><a href="http://www.acs.eonerc.rwth-aachen.de">Institute for Automation of Complex Power Systems</a></li>
</ul>
<ul>
<li><a href="mailto:stvogel@eonerc.rwth-aachen.de">Steffen Vogel</a></li>
<li><a href="mailto:mstevic@eonerc.rwth-aachen.de">Marija Stevic</a></li>
</ul>
<img src="acs_eonerc_logo.svg" alt="ACS Logo" width="375" height="110" />
</p>
</body>
</html>