blob: edc27d4fc4542a2ee51394425f6760ebed8fb2ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<html>
<head>
<style type="text/css">@import "/frame.css";</style>
</head>
<h1>Media MVP page</h1>
<body>
<div id="mainContainer">
<!-- <div id="header"><p></p></div>
<div id="content">
<p></p>-->
<!--#exec cmd="/data/srv/httpd/htdocs/mvp_select.py" -->
</br>
</br>
<div id="footer"><p>Thank you for choosing MythVantage</p></div>
</body>
</html>
|