18 lines
473 B
HTML
Executable File
18 lines
473 B
HTML
Executable File
<html>
|
|
<head>
|
|
<title>Rockstar Export Report</title>
|
|
<style type="text/css">
|
|
body {
|
|
background:lightgray url('file://x:/gta5/tools/dcc/current/max2011/UI/RsImages/rstar_logo_bw_keyline.png') no-repeat fixed;
|
|
font-family:'Helvetica', sans-serif;
|
|
margin:20px;
|
|
}
|
|
h1 {
|
|
font-family:'Letter Gothic Std',Georgia,Serif;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1><p align="center">Image needs rebuilding for stats to be accurate.</p></h1>
|
|
</body>
|
|
</html> |