1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-11 07:40:54 -05:00

version css for webfront

This commit is contained in:
RaidMax
2021-08-31 18:07:07 -05:00
parent c0d76612ed
commit ce12d3e490

View File

@ -18,10 +18,10 @@
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<environment include="Development"> <environment include="Development">
<link rel="stylesheet" href="~/dynamic/css/global.css" /> <link rel="stylesheet" href="~/dynamic/css/global.css?version=@ViewBag.Version" />
</environment> </environment>
<environment include="Production"> <environment include="Production">
<link rel="stylesheet" href="~/dynamic/css/global.min.css" /> <link rel="stylesheet" href="~/dynamic/css/global.min.css?version=@ViewBag.Version" />
</environment> </environment>
</head> </head>
<body> <body>