14 lines
389 B
HTML
14 lines
389 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Augmented Steam Options</title>
|
|
<base target="_blank">
|
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
|
<link href="../css/options.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
<body>
|
|
<div id="options"></div>
|
|
<script src="../js/options.js"></script>
|
|
</body>
|
|
</html>
|