mirror of
https://github.com/qwerfd2/Groove_Coaster_2_Server.git
synced 2025-12-22 03:30:18 +00:00
21 lines
643 B
HTML
21 lines
643 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta content="user-scalable=0" name="viewport" />
|
|
<link rel="stylesheet" href="/files/style.css">
|
|
</head>
|
|
<body>
|
|
<div id="header">
|
|
<img class="ttl_height" src="{img}" alt="title image" />
|
|
</div>
|
|
<div id="wrapper">
|
|
<div class="wrapper_box">
|
|
<div class="a_left w100 d_ib mb10p">
|
|
<br>
|
|
<div class="f90 a_center pt50">{text}</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |