Add project files.
This commit is contained in:
14
Views/TheNews/submit.cshtml
Normal file
14
Views/TheNews/submit.cshtml
Normal 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>
|
||||
Reference in New Issue
Block a user