Update sppa/calc/index.html

This commit is contained in:
LEGALISE_PIRACY 2024-03-11 15:46:39 +00:00
parent 650cee4efa
commit 9fc896e627

View File

@ -13,7 +13,7 @@
</style> </style>
</head> </head>
<body> <body>
<center>
<h2>calc</h2> <h2>calc</h2>
<table> <table>
<tr> <tr>
@ -62,6 +62,6 @@
document.getElementById('display').value = ''; document.getElementById('display').value = '';
} }
</script> </script>
</center>
</body> </body>
</html> </html>