fix resources

This commit is contained in:
root 2021-04-14 13:05:49 +00:00
parent de2713e9d8
commit 62b1542de5
7 changed files with 5 additions and 5 deletions

0
gradlew vendored Normal file → Executable file
View File

View File

Before

Width:  |  Height:  |  Size: 845 B

After

Width:  |  Height:  |  Size: 845 B

View File

@ -36,8 +36,8 @@
content="Automatically detect a programming language by pasting a snippet of code."> content="Automatically detect a programming language by pasting a snippet of code.">
<meta name="twitter:image" content="https://creativetechguy.com/images/logo.png"> <meta name="twitter:image" content="https://creativetechguy.com/images/logo.png">
<link rel="stylesheet" href="./Code Detector &amp; Formatter_files/games.css" type="text/css"> <link rel="stylesheet" href="./CodeAndFormatter/games.css" type="text/css">
<link rel="stylesheet" href="./Code Detector &amp; Formatter_files/vs2015.css"> <link rel="stylesheet" href="./CodeAndFormatter/vs2015.css">
<style> <style>
table, tbody, tr, th, td { table, tbody, tr, th, td {
border: 1px solid black; border: 1px solid black;
@ -63,10 +63,10 @@
</head> </head>
<body> <body>
<a href="https://creativetechguy.com/utilities" id="homeLogo" title="Back to Utilities"> <a href="https://creativetechguy.com/utilities" id="homeLogo" title="Back to Utilities">
<img src="./Code Detector &amp; Formatter_files/more arrow.png" class="more-games-logo" alt="More Utilities"> <img src="./CodeAndFormatter/more arrow.png" class="more-games-logo" alt="More Utilities">
</a> </a>
<div class="center"> <div class="center">
<h1 style="margin-top: 0px;">Code Detector &amp; Formatter</h1> <h1 style="margin-top: 0px;">Code Detector And Formatter</h1>
<p>Paste code below and click "Detect Code" to format and analyze the code snippet.<br>The more code that is <p>Paste code below and click "Detect Code" to format and analyze the code snippet.<br>The more code that is
included, the more accurate the analysis will be.</p> included, the more accurate the analysis will be.</p>
<textarea id="pasteCode" <textarea id="pasteCode"
@ -124,4 +124,4 @@
<style id="stylish-1" class="stylish" type="text/css">td, div { <style id="stylish-1" class="stylish" type="text/css">td, div {
font-family: arial, sans-serif !important; font-family: arial, sans-serif !important;
}</style> }</style>
</html> </html>