32 lines
1,021 B
HTML
32 lines
1,021 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<script type="text/javascript" src="../shared/jquery.min.js"></script>
|
|
<link rel="stylesheet" href="../shared/style.css">
|
|
|
|
<div id="site-header">
|
|
<script>$(function(){$("#site-header").load("../shared/header.html");});</script>
|
|
</div>
|
|
</head>
|
|
<body>
|
|
<h1>Station to Station</h1>
|
|
<section class="project">
|
|
<h2>Info</h2>
|
|
<div indented>
|
|
<p>Project Type: Unreal Engine Management Game</p>
|
|
<p>Project Timeframe: In Progress</p>
|
|
</div>
|
|
<h2>Steam</h2>
|
|
<iframe id="steam embed" src="https://store.steampowered.com/widget/2272400/" frameborder="0" width="646" height="190"></iframe>
|
|
|
|
<h2>Announcement Trailer</h2>
|
|
<iframe
|
|
id="youtube embed"
|
|
src="https://www.youtube.com/embed/e-FuDjteXxs?mute=1&loop=1&autoplay=1"
|
|
class="embed" youtube>
|
|
</iframe>
|
|
</section>
|
|
</body>
|
|
</html> |