This commit is contained in:
KZacharski 2023-08-18 18:25:35 +02:00
parent 563b29def7
commit 7da442fad5
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ func main() {
</body> </body>
</html>` </html>`
var samplecontent string = `<h1>` + projname + `</h1> var samplecontent string = `<h1>` + projname + `</h1>
<h3>Generated with diji` + ver + `</h3> <h3>Generated with diji ` + ver + `</h3>
<p>Website content</p>` <p>Website content</p>`
if createsample == true { if createsample == true {
indexcontent2 = `</head> indexcontent2 = `</head>