mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 18:19:40 +00:00
Stock WebApplicationBasic output from "yo aspnet"
This commit is contained in:
24
templates/WebApplicationBasic/wwwroot/css/site.css
Executable file
24
templates/WebApplicationBasic/wwwroot/css/site.css
Executable file
@@ -0,0 +1,24 @@
|
||||
body {
|
||||
padding-top: 50px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
/* Wrapping element */
|
||||
/* Set some basic padding to keep content from hitting the edges */
|
||||
.body-content {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
/* Set widths on the form inputs since otherwise they're 100% wide */
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
max-width: 280px;
|
||||
}
|
||||
|
||||
/* Carousel */
|
||||
.carousel-caption p {
|
||||
font-size: 20px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
1
templates/WebApplicationBasic/wwwroot/css/site.min.css
vendored
Normal file
1
templates/WebApplicationBasic/wwwroot/css/site.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
body{padding-top:50px;padding-bottom:20px}.body-content{padding-left:15px;padding-right:15px}input,select,textarea{max-width:280px}.carousel-caption p{font-size:20px;line-height:1.4}
|
||||
BIN
templates/WebApplicationBasic/wwwroot/favicon.ico
Executable file
BIN
templates/WebApplicationBasic/wwwroot/favicon.ico
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
BIN
templates/WebApplicationBasic/wwwroot/images/ASP-NET-Banners-01.png
Executable file
BIN
templates/WebApplicationBasic/wwwroot/images/ASP-NET-Banners-01.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 8.1 KiB |
BIN
templates/WebApplicationBasic/wwwroot/images/ASP-NET-Banners-02.png
Executable file
BIN
templates/WebApplicationBasic/wwwroot/images/ASP-NET-Banners-02.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 8.4 KiB |
BIN
templates/WebApplicationBasic/wwwroot/images/Banner-01-Azure.png
Executable file
BIN
templates/WebApplicationBasic/wwwroot/images/Banner-01-Azure.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
templates/WebApplicationBasic/wwwroot/images/Banner-02-VS.png
Executable file
BIN
templates/WebApplicationBasic/wwwroot/images/Banner-02-VS.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
1
templates/WebApplicationBasic/wwwroot/js/site.js
Executable file
1
templates/WebApplicationBasic/wwwroot/js/site.js
Executable file
@@ -0,0 +1 @@
|
||||
// Write your Javascript code.
|
||||
0
templates/WebApplicationBasic/wwwroot/js/site.min.js
vendored
Normal file
0
templates/WebApplicationBasic/wwwroot/js/site.min.js
vendored
Normal file
9
templates/WebApplicationBasic/wwwroot/web.config
Normal file
9
templates/WebApplicationBasic/wwwroot/web.config
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<system.webServer>
|
||||
<handlers>
|
||||
<add name="httpPlatformHandler" path="*" verb="*" modules="httpPlatformHandler" resourceType="Unspecified"/>
|
||||
</handlers>
|
||||
<httpPlatform processPath="%DNX_PATH%" arguments="%DNX_ARGS%" stdoutLogEnabled="false"/>
|
||||
</system.webServer>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user