You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
381 B
23 lines
381 B
|
4 years ago
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<title>ttrack.cc</title>
|
||
|
|
<style>
|
||
|
|
body {
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
#frame {
|
||
|
|
border: none;
|
||
|
|
margin: 0;
|
||
|
|
height: 400px;
|
||
|
|
width: 600px;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<iframe src="https://ttrack.cc/" id="frame"></iframe>
|
||
|
|
</body>
|
||
|
|
</html>
|