Загрузка данных


<!doctype html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <meta name="viewport">
    <link rel="stylesheet" href="style.css">

    <title>Document</title>
</head>
<body>

<h2>Название:</h2>
<input type="text" id="title">

<h2>Описание:</h2>
<input type="text" id="description">

<h2>Автор:</h2>
<input type="text" id="author">

<button id="button2">Создать карточку</button>

<div id="output"></div>

<script src="JS.js"></script>
</body>
</html>