23 lines
No EOL
742 B
HTML
23 lines
No EOL
742 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Vattenfall E-Mobility DSH - Phase 1 Results</title>
|
|
<link rel="stylesheet" href="src/styles.css">
|
|
<script>
|
|
// Redirect to first slide
|
|
window.location.href = 'slides/slide-01-title.html';
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div class="presentation-container">
|
|
<div class="slide active">
|
|
<div class="slide-content">
|
|
<h2>Redirecting to presentation...</h2>
|
|
<p>If you are not redirected automatically, <a href="slides/slide-01-title.html">click here</a>.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |