Add project files.

This commit is contained in:
2024-07-26 18:49:07 +03:30
parent 6e7520e2c4
commit 9073475fb0
102 changed files with 86794 additions and 0 deletions

View File

@ -0,0 +1,14 @@

@{
ViewBag.Title = "submit";
}
<h2>submit a new article</h2>
<h3>what's new?'</h3>
<form>
title: <input /> <br /><br />
link: <input /> <br /><br />
summary: <input /> <br /><br />
content: <textarea> </textarea> <br /><br />
<input type="submit" />
</form>