fix resources

merge-requests/17/merge
root 3 years ago
parent de2713e9d8
commit 62b1542de5

@ -36,8 +36,8 @@
content="Automatically detect a programming language by pasting a snippet of code.">
<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="./Code Detector &amp; Formatter_files/vs2015.css">
<link rel="stylesheet" href="./CodeAndFormatter/games.css" type="text/css">
<link rel="stylesheet" href="./CodeAndFormatter/vs2015.css">
<style>
table, tbody, tr, th, td {
border: 1px solid black;
@ -63,10 +63,10 @@
</head>
<body>
<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>
<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
included, the more accurate the analysis will be.</p>
<textarea id="pasteCode"
@ -124,4 +124,4 @@
<style id="stylish-1" class="stylish" type="text/css">td, div {
font-family: arial, sans-serif !important;
}</style>
</html>
</html>

Loading…
Cancel
Save