fix resources
This commit is contained in:
parent
de2713e9d8
commit
62b1542de5
Before Width: | Height: | Size: 845 B After Width: | Height: | Size: 845 B |
@ -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 & Formatter_files/games.css" type="text/css">
|
||||
<link rel="stylesheet" href="./Code Detector & 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 & 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 & 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…
Reference in New Issue
Block a user