
commit
c9fb79e86c
4 changed files with 47 additions and 0 deletions
@ -0,0 +1,6 @@
@@ -0,0 +1,6 @@
|
||||
// Copyright 2018 The Chromium Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
'use strict'; |
||||
|
After Width: | Height: | Size: 27 KiB |
@ -0,0 +1,22 @@
@@ -0,0 +1,22 @@
|
||||
<!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> |
Loading…
Reference in new issue