Level 50
it probably points to wrong location, this url gives you https://example.com/public/assets/app.css and the public is not usually "shared" that way. try using this instead:
<link rel="stylesheet" type="text/css" href="{{ asset('app.css') }}">