Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
static-templates
/
vue
like
0
Running
App
Files
Files
Community
1
71577fb
vue
/
src
/
views
/
AboutView.vue
coyotte508
Vue template
71577fb
about 1 month ago
raw
Copy download link
history
blame
Safe
220 Bytes
<
template
>
<
div
class
=
"about"
>
<
h1
>
This is an about page
</
h1
>
</
div
>
</
template
>
<
style
>
@media
(
min-width
:
1024px
) {
.about
{
min-height
:
100vh
;
display
: flex;
align-items
: center;
}
}
</
style
>