renamed index* files as converter* files

master
entuland 2018-07-05 13:04:57 +02:00
parent 2889af88ef
commit 5254708812
3 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
<head>
<title>Minetest Imaging Converter</title>
<meta charset="utf-8" />
<link href="css/index.css" rel="stylesheet">
<script src="js/index.js"></script>
<link href="css/converter.css" rel="stylesheet">
<script src="js/converter.js"></script>
<script src="js/images.js"></script>
</head>
<body>