Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pisekpiskovec committed Oct 6, 2021
1 parent 518c530 commit 3a1a8be
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
Binary file added pages/NewWindow/assets/metal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions pages/NewWindow/css/designSheet.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
body {
background-color: blue;
background-image: url("J:\Záloha\A-Z\V\Visual Studio\WebBrowsers\Fast Arrow 1.5 - Chrome 4.7.2\pages\NewWindow\assets\metal.png");
}

h1 {
color: white;
}
21 changes: 21 additions & 0 deletions pages/NewWindow/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<title>New Window</title>
<link rel="stylesheet" type="text/css" href="css/designSheet.css"/>
<style type="text/css">
body {
background-image: url("E:\Vojta - Dokumenty\My Web Sites\NewWindow\assets\metal.png");
}
</style>
</head>
<body style="">
<h1>
Ver: T04
</h1>
<p>
Nav to:
<a href="chrome://version/">ChromiumVersion</a>
</p>
</body>
</html>

0 comments on commit 3a1a8be

Please sign in to comment.