Skip to content

Findsen/mandatory_1

 
 

Repository files navigation

Mandatory Assignment 1

This assignment is simple. You should create a Web Application that is build with the basic features in ASP.NET Core, like the one we did at in the first class #1

The web application should have 1 html page that is served at the url http://localhost:5000/index.html.
The page should look like this:

index.html

The text on the page can be found in the materials folder in a file called exercise_1.txt, and the image on the page can be found in the same folder.

The html file should have an external Style Sheet (CSS) and in that style sheet you should define that the background color of the whole page should be yellow.

When you are done, and no later than 23:59 tonight (16/2-2017), you should hand it in by creating a Pull Request

(you can read about pull requests here)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 66.6%
  • C# 27.1%
  • CSS 6.3%