You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2020. It is now read-only.
background: no-repeat right bottom url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAWCAMAAAAcqPc3AAAANlBMVEUAAAAAeswfitI9mthXp91us+KCvuaTx+mjz+2x1u+83PLH4vTR5/ba7Pjj8Pns9fv1+v3////wy3dWAAAAAXRSTlMAQObYZgAAAHxJREFUeNp9kVcSwCAIRMHUYoH7XzaxOxJ9P8oyQ1uIqNPwh3s2aLmIM2YtqrLcQIeQEylhuCeUOlhgve5yoBCfWmlnlgkN4H8ykbpaE7gR03AbUHiwoOxUH9Xp+ubd41p1HF3mBPrfC87BHeTdaB3ceeKL9HGpcvX9zu6+DdMWT9KQPvYAAAAASUVORK5CYII=);
55
+
}
56
+
57
+
#main {
58
+
padding:5px30px;
59
+
clear: both;
60
+
}
61
+
62
+
.section {
63
+
width:21.7%;
64
+
float: left;
65
+
margin:0004%;
66
+
}
67
+
68
+
.sectionh2 {
69
+
font-size:13px;
70
+
text-transform: uppercase;
71
+
margin:0;
72
+
border-bottom:1px solid silver;
73
+
padding-bottom:12px;
74
+
margin-bottom:8px;
75
+
}
76
+
77
+
.section.first {
78
+
margin-left:0;
79
+
}
80
+
81
+
.section.firsth2 {
82
+
font-size:24px;
83
+
text-transform: none;
84
+
margin-bottom:25px;
85
+
border: none;
86
+
}
87
+
88
+
.section.firstli {
89
+
border-top:1px solid silver;
90
+
padding:8px0;
91
+
}
92
+
93
+
.section.last {
94
+
margin-right:0;
95
+
}
96
+
97
+
ul {
98
+
list-style: none;
99
+
padding:0;
100
+
margin:0;
101
+
line-height:20px;
102
+
}
103
+
104
+
li {
105
+
padding:4px0;
106
+
}
107
+
108
+
a {
109
+
color:#267cb2;
110
+
text-decoration: none;
111
+
}
112
+
113
+
a:hover {
114
+
text-decoration: underline;
115
+
}
116
+
117
+
#footer {
118
+
clear: both;
119
+
padding-top:50px;
120
+
}
121
+
122
+
#footerp {
123
+
position: absolute;
124
+
bottom:10px;
125
+
}
126
+
</style>
127
+
</head>
128
+
<body>
129
+
130
+
<divid="header">
131
+
<h1>Welcome to ASP.NET 5 Preview</h1>
132
+
<span>
133
+
We've made some big updates in this release, so it’s <b>important</b> that you spend
134
+
a few minutes to learn what’s new.
135
+
<br/><br/>
136
+
ASP.NET 5 has been rearchitected to make it <b>lean</b> and <b>composable</b>. It's fully
137
+
<b>open source</b> and available on <ahref="http://go.microsoft.com/fwlink/?LinkID=517854">GitHub</a>.
138
+
<br/>
139
+
Your new project automatically takes advantage of modern client-side utilities
140
+
like <ahref="http://go.microsoft.com/fwlink/?LinkId=518004">Bower</a> and <ahref="http://go.microsoft.com/fwlink/?LinkId=518005">npm</a>
141
+
(to add client-side libraries) and <ahref="http://go.microsoft.com/fwlink/?LinkId=518006">Grunt</a> and
142
+
<ahref="http://go.microsoft.com/fwlink/?LinkId=518007">Gulp</a> (for client-side build and automation tasks).
143
+
144
+
<br/><br/>
145
+
We hope you enjoy the new capabilities in ASP.NET 5 and Visual Studio 2015.
146
+
<br/>
147
+
The ASP.NET Team
148
+
</span>
149
+
<p>You've created a new ASP.NET 5 project. <ahref="http://go.microsoft.com/fwlink/?LinkId=518016">Learn what's new</a></p>
150
+
</div>
151
+
152
+
<divid="main">
153
+
<divclass="section first">
154
+
<h2>This application consists of:</h2>
155
+
<ul>
156
+
<li>Sample pages using ASP.NET MVC 6</li>
157
+
<li><ahref="http://go.microsoft.com/fwlink/?LinkId=518006">Grunt</a> and <ahref="http://go.microsoft.com/fwlink/?LinkId=518004">Bower</a> for managing client-side resources</li>
158
+
<li>Theming using <ahref="http://go.microsoft.com/fwlink/?LinkID=398939">Bootstrap</a></li>
0 commit comments