NameChanger

<head>
    <title>Fatura İşleme Uygulaması</title>
    <link rel=”stylesheet” href=”style.css”>
</head>
<body>
    <input type=”file” id=”fileInput”>
    <button onclick=”processFile()”>İşle</button>
    <p id=”result”></p>
    <script src=”script.js”></script>
</body>