Making Multi-Lingual Website in 2 minutes
There are only 2 simple steps
Make your website
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Simple Website</title>
</head>
<body>
<h1 style="text-align:center">Simple Multilingual Website</h1>
<h2 style="text-...
yashnirmal.hashnode.dev1 min read