Moved style.css to assets as frame.css
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
FROM nginx:stable-alpine
|
FROM nginx:stable-alpine
|
||||||
|
|
||||||
COPY ./Frontend/ /usr/share/nginx/html/Frontend/
|
COPY ./Frontend/ /usr/share/nginx/html/Frontend/
|
||||||
|
COPY ./assets/ /usr/share/nginx/html/assets/
|
||||||
COPY ./index.html /usr/share/nginx/html
|
COPY ./index.html /usr/share/nginx/html
|
||||||
COPY ./logo.png /usr/share/nginx/html
|
#COPY ./logo.png /usr/share/nginx/html
|
||||||
COPY ./styles.css /usr/share/nginx/html
|
#COPY ./styles.css /usr/share/nginx/html
|
||||||
COPY ./common.css /usr/share/nginx/html
|
#COPY ./common.css /usr/share/nginx/html
|
||||||
COPY ./favicon.ico /usr/share/nginx/html
|
#COPY ./favicon.ico /usr/share/nginx/html
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.4 KiB |
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
@@ -3,14 +3,14 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" href="styles.css">
|
<link rel="stylesheet" href="assets/css/frame.css">
|
||||||
<!-- <link rel="stylesheet" href="common.css"> -->
|
<!-- <link rel="stylesheet" href="common.css"> -->
|
||||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<h1 id="logo"><a href="http://release11.com/"><img src="./logo.png" alt="Release11"></a></h1>
|
<h1 id="logo"><a href="http://release11.com/"><img src="assets/images/logo.png" alt="Release11"></a></h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="content">
|
<div id="content">
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
<li id="toolListRow"><a href="./Frontend/xslt.html" target="iframe">XSLT</a></li>
|
<li id="toolListRow"><a href="./Frontend/xslt.html" target="iframe">XSLT</a></li>
|
||||||
<li id="toolListRow"><a href="./Frontend/xsd.html" target="iframe">XSD</a></li>
|
<li id="toolListRow"><a href="./Frontend/xsd.html" target="iframe">XSD</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div id="copyright">Copyright © 2021<br><a href="http://release11.com/">release11 Sp. z o. o.</a></div>
|
<div id="copyright">Copyright © 2023<br><a href="http://release11.com/">Release11 Sp. z. o. o.</a></div>
|
||||||
</div>
|
</div>
|
||||||
<iframe id="frame" name="iframe" src="http://localhost:8097/" frameborder="0"></iframe>
|
<iframe id="frame" name="iframe" src="http://localhost:8097/" frameborder="0"></iframe>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user